Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 452a66b

Browse files
committedJan 12, 2025·
Fix
1 parent 9812ccd commit 452a66b

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed
 
File renamed without changes.

‎pyproject.toml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -147,9 +147,6 @@ lint.per-file-ignores."project_euler/problem_099/sol1.py" = [
147147
lint.per-file-ignores."sorts/external_sort.py" = [
148148
"SIM115",
149149
]
150-
151-
lint.flake8-builtins.builtins-allowed-modules = [ "base64", "wave" ]
152-
153150
lint.mccabe.max-complexity = 17 # default: 10
154151
lint.pylint.allow-magic-value-types = [
155152
"float",
File renamed without changes.

0 commit comments

Comments
 (0)
Please sign in to comment.