We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06023a7 commit 9812ccdCopy full SHA for 9812ccd
pyproject.toml
@@ -147,6 +147,7 @@ lint.per-file-ignores."project_euler/problem_099/sol1.py" = [
147
lint.per-file-ignores."sorts/external_sort.py" = [
148
"SIM115",
149
]
150
+
151
lint.flake8-builtins.builtins-allowed-modules = [ "base64", "wave" ]
152
153
lint.mccabe.max-complexity = 17 # default: 10
0 commit comments