Skip to content

Commit ca93236

Browse files
committed
pylint: ignore version.py
1 parent 9af3c24 commit ca93236

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

pyproject.toml

+5
Original file line numberDiff line numberDiff line change
@@ -82,3 +82,8 @@ include = [
8282
"tests/**/*.py"
8383
]
8484
output-format = "pylint"
85+
86+
[tool.pylint.main]
87+
ignore = [
88+
"version.py"
89+
]

0 commit comments

Comments
 (0)