mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Enable EXE002 (file executable but no shebang present)
This commit is contained in:
parent
d80eab689d
commit
60f37b8b90
@ -172,8 +172,6 @@ ignore = [
|
||||
"DJ", # Django is not used in Sphinx
|
||||
# eradicate
|
||||
"ERA001", # found commented-out code
|
||||
# flake8-executable
|
||||
"EXE002", # file executable but no shebang present
|
||||
# flake8-boolean-trap
|
||||
"FBT001", # boolean positional arg in function definition
|
||||
"FBT002", # boolean default value in function definition
|
||||
|
Loading…
Reference in New Issue
Block a user