Skip to content

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
JulioAPeraza committed Jul 18, 2023
1 parent 24c8801 commit 6b98375
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,10 @@ version-file = "gradec/_version.py"

[tool.flake8]
max-line-length = 99
exclude = "*build/"
exclude = [
"*build/",
"gradec/_version.py",
]
ignore = ["E203", "E402", "E722", "W503"]
per-file-ignores = """
*/__init__.py:D401
Expand Down

0 comments on commit 6b98375

Please sign in to comment.