Skip to content

Commit 8c92cd9

Browse files
committed
Fix
1 parent 78bc1f2 commit 8c92cd9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,8 @@ 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+
126128
lint.per-file-ignores."data_structures/hashing/tests/test_hash_map.py" = [
127129
"BLE001",
128130
]

0 commit comments

Comments
 (0)