Skip to content

Commit

Permalink
Exclude _version.py from flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
aiudirog committed Dec 21, 2023
1 parent 15babd3 commit 057b840
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,17 @@ build-dir = doc/build/
[flake8]
max-line-length = 80
filename = **.py
exclude = tests,build,dist,venv,.tox,*.egg*,coverage,doc,versioneer.py
exclude =
tests,
build,
dist,
venv,
.tox,
*.egg*,
coverage,
doc,
*/_version.py,
versioneer.py

[tox:tox]
envlist = py37, py38, py39, py310, py311, py312, pypy3
Expand Down

0 comments on commit 057b840

Please sign in to comment.