Skip to content

Commit

Permalink
STY: Ignore _version.py in ruff checks
Browse files Browse the repository at this point in the history
  • Loading branch information
effigies committed Nov 5, 2023
1 parent e54c5ae commit 0a99485
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 @@ -58,6 +58,9 @@ omit = ["_version.py"]
[tool.coverage.report]
fail_under = 100

[tool.ruff]
extend-exclude = ["_version.py"]

[tool.ruff.lint]
extend-select = [
"W",
Expand Down

0 comments on commit 0a99485

Please sign in to comment.