Skip to content

Commit

Permalink
ignore .direnv for flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
rtpg committed Jun 2, 2024
1 parent 855def6 commit 15d83bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ exclude = tests*
[flake8]
# E501: line too long
ignore = E501
exclude = .venv,.git,.tox
exclude = .venv,.git,.tox,.direnv

[isort]
profile = black

0 comments on commit 15d83bc

Please sign in to comment.