Remove unneeded flake8 ignore for __init__.py files (#3250)

This commit is contained in:
correctmost 2025-03-12 17:28:44 -04:00 committed by GitHub
parent 057feacf0e
commit e7ca4f56d5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -6,5 +6,5 @@ max-line-length = 160
show-source = True
statistics = True
builtins = _
per-file-ignores = __init__.py:E128,F401
per-file-ignores = __init__.py:F401
exclude = .git,__pycache__,build,docs,actions-runner