We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9af3c24 commit ca93236Copy full SHA for ca93236
pyproject.toml
@@ -82,3 +82,8 @@ include = [
82
"tests/**/*.py"
83
]
84
output-format = "pylint"
85
+
86
+[tool.pylint.main]
87
+ignore = [
88
+ "version.py"
89
+]
0 commit comments