Skip to content

Commit e939ea0

Browse files
ArmavicaricardoV94
authored andcommitted
Add _version.py to exclude list of linter
1 parent cdcd36f commit e939ea0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ addopts = ["--color=yes"]
77
[tool.ruff]
88
line-length = 100
99
target-version = "py310"
10-
exclude = ["versioneer.py"]
10+
extend-exclude = ["versioneer.py", "_version.py"]
1111

1212
[tool.ruff.lint]
1313
select = ["D", "E", "F", "I", "UP", "W", "RUF"]

0 commit comments

Comments
 (0)