mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-02-09 03:01:25 +08:00
Enable Ruff EXE (flake8-executable) (#13346)
This commit is contained in:
@@ -39,6 +39,7 @@ external = ["F821", "NQA", "Y"]
|
||||
select = [
|
||||
"ARG", # flake8-unused-arguments
|
||||
"B", # flake8-bugbear
|
||||
"EXE", # flake8-executable
|
||||
"FA", # flake8-future-annotations
|
||||
"I", # isort
|
||||
"N", # pep8-naming
|
||||
|
||||
Reference in New Issue
Block a user