We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 893546c commit ae474c6Copy full SHA for ae474c6
1 file changed
pyproject.toml
@@ -133,4 +133,8 @@ max-module-lines=2000
133
# --enable=similarities". If you want to run only the classes checker, but have
134
# no Warning level messages displayed, use "--disable=all --enable=classes
135
# --disable=W".
136
-disable=["duplicate-code", "import-error"]
+disable=[
137
+ "duplicate-code",
138
+ "import-error",
139
+ "line-too-long", # Already checked by flakeheaven/pycodestyle
140
+]
0 commit comments