Skip to content

Commit

Permalink
Exclude "ci/bootstrap.py" from flake8 checking
Browse files Browse the repository at this point in the history
The file belongs to the project template and uses a looser line length
than we do.
  • Loading branch information
gnn committed Oct 21, 2020
1 parent 869c042 commit 2fb056f
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 @@ -4,7 +4,7 @@ universal = 1
[flake8]
max-line-length = 79
extend-ignore = E203, W503
exclude = .tox,.eggs,ci/templates,build,dist
exclude = .tox,.eggs,ci/bootstrap.py,ci/templates,build,dist

[tool:pytest]
# If a pytest section is found in one of the possible config files
Expand Down

0 comments on commit 2fb056f

Please sign in to comment.