Skip to content

Commit

Permalink
Exclude _version.py form Linting - setting in pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
dornech committed Nov 17, 2024
1 parent 38eab65 commit 1a24647
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ ignore = [
unfixable = [
# "F401", # Don't touch unused imports
]
exclude = ["__init__.py"]
exclude = ["__init__.py", "_version.py"]

[tool.ruff.format]
quote-style = "single" # be more like black
Expand Down

0 comments on commit 1a24647

Please sign in to comment.