Skip to content

Commit

Permalink
Exclude .coverage.py from linting (#3564)
Browse files Browse the repository at this point in the history
  • Loading branch information
zidder authored Jul 6, 2022
1 parent b1a13a5 commit bbdf12c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ commands =
# D107: Don't require docstrings on __init__
# D105: Don't require docstrings on magic methods
ignore = W503, D107, D105, D418
exclude = .git,__pycache__,env,.tox,build,.venv,venv
exclude = .git,__pycache__,env,.tox,build,.venv,venv,.coverage.py
max-line-length = 88
extend-ignore =
# See https://github.com/PyCQA/pycodestyle/issues/373
Expand Down

0 comments on commit bbdf12c

Please sign in to comment.