Skip to content

Commit

Permalink
STY: let flake8 ignore the auto generated version file
Browse files Browse the repository at this point in the history
  • Loading branch information
BvB93 committed Oct 3, 2023
1 parent f2af6b7 commit 3f51937
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,9 @@ source = ["src"]

[tool.flake8]
max-line-length = 100
exclude = [
"src/qmflows/_version.py",
]

[tool.pytest.ini_options]
testpaths = "src test"
Expand Down

0 comments on commit 3f51937

Please sign in to comment.