Skip to content

Commit

Permalink
Exclude _version.py from flake8
Browse files Browse the repository at this point in the history
aiudirog committed Dec 21, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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
@@ -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

0 comments on commit 057b840

Please sign in to comment.