Skip to content

Commit 9d62094

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 8c92cd9 commit 9d62094

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -123,8 +123,6 @@ lint.ignore = [
123123
"UP038", # Use `X | Y` in `{}` call instead of `(X, Y)` -- DO NOT FIX
124124
]
125125

126-
lint.flake8-builtins.builtins-allowed-modules = ["base64", "wave"]
127-
128126
lint.per-file-ignores."data_structures/hashing/tests/test_hash_map.py" = [
129127
"BLE001",
130128
]
@@ -149,6 +147,8 @@ lint.per-file-ignores."project_euler/problem_099/sol1.py" = [
149147
lint.per-file-ignores."sorts/external_sort.py" = [
150148
"SIM115",
151149
]
150+
lint.flake8-builtins.builtins-allowed-modules = [ "base64", "wave" ]
151+
152152
lint.mccabe.max-complexity = 17 # default: 10
153153
lint.pylint.allow-magic-value-types = [
154154
"float",

0 commit comments

Comments
 (0)