Skip to content

Commit

Permalink
flake8: excludes more directories
Browse files Browse the repository at this point in the history
A few directories (expecially build) may include files which cause
undesired errors.
  • Loading branch information
kajinamit committed Oct 10, 2024
1 parent 147dedd commit 969757d
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 @@ -120,7 +120,7 @@ commands =
coverage report

[flake8]
exclude = .tox,.local,.eggs,doc,gnocchi/rest/prometheus/remote_pb2.py,gnocchi/indexer/alembic/versions/
exclude = .venv,.git,.tox,.local,*egg,dist,doc,build,gnocchi/rest/prometheus/remote_pb2.py,gnocchi/indexer/alembic/versions/
show-source = true
enable-extensions = H904
ignore = E501,E731,W503,W504
Expand Down

0 comments on commit 969757d

Please sign in to comment.