Skip to content

Commit

Permalink
Merge pull request #1425 from kajinamit/flake-excludes
Browse files Browse the repository at this point in the history
flake8: excludes more directories
  • Loading branch information
tobias-urdin authored Oct 10, 2024
2 parents 8498c02 + 969757d commit cdb7e0f
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 @@ -124,7 +124,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 cdb7e0f

Please sign in to comment.