Skip to content

Commit

Permalink
Refine flake8 excludes
Browse files Browse the repository at this point in the history
Remove old things from the repo development history. The new list of
names reflects current development practices and files generated by
the repo.
  • Loading branch information
sirosen committed Dec 5, 2023
1 parent 23c81dc commit 822b775
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .flake8
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[flake8]
exclude = .git,.tox,__pycache__,.eggs,dist,venv,.venv*,venv27,virtualenv,docs,docs-source,build
exclude = .git,.tox,__pycache__,.eggs,dist,.venv*,docs,build
max-line-length = 88
extend-ignore = W503,W504,E203

0 comments on commit 822b775

Please sign in to comment.