We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 982c62f + 9d62094 commit 06023a7Copy full SHA for 06023a7
pyproject.toml
@@ -123,8 +123,6 @@ lint.ignore = [
123
"UP038", # Use `X | Y` in `{}` call instead of `(X, Y)` -- DO NOT FIX
124
]
125
126
-lint.flake8-builtins.builtins-allowed-modules = ["base64", "wave"]
127
-
128
lint.per-file-ignores."data_structures/hashing/tests/test_hash_map.py" = [
129
"BLE001",
130
@@ -149,6 +147,8 @@ lint.per-file-ignores."project_euler/problem_099/sol1.py" = [
149
147
lint.per-file-ignores."sorts/external_sort.py" = [
150
148
"SIM115",
151
+lint.flake8-builtins.builtins-allowed-modules = [ "base64", "wave" ]
+
152
lint.mccabe.max-complexity = 17 # default: 10
153
lint.pylint.allow-magic-value-types = [
154
"float",
0 commit comments