mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-22 03:41:28 +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
|
||||
|
||||
0
scripts/stubsabot.py
Normal file → Executable file
0
scripts/stubsabot.py
Normal file → Executable file
1
scripts/sync_protobuf/google_protobuf.py
Normal file → Executable file
1
scripts/sync_protobuf/google_protobuf.py
Normal file → Executable file
@@ -1,3 +1,4 @@
|
||||
#!/usr/bin/env python3
|
||||
"""
|
||||
Generates the protobuf stubs for the given protobuf version using mypy-protobuf.
|
||||
Generally, new minor versions are a good time to update the stubs.
|
||||
|
||||
1
scripts/sync_protobuf/s2clientprotocol.py
Normal file → Executable file
1
scripts/sync_protobuf/s2clientprotocol.py
Normal file → Executable file
@@ -1,3 +1,4 @@
|
||||
#!/usr/bin/env python3
|
||||
"""
|
||||
Generates the protobuf stubs for the given s2clientprotocol version using mypy-protobuf.
|
||||
Generally, new minor versions are a good time to update the stubs.
|
||||
|
||||
1
scripts/sync_protobuf/tensorflow.py
Normal file → Executable file
1
scripts/sync_protobuf/tensorflow.py
Normal file → Executable file
@@ -1,3 +1,4 @@
|
||||
#!/usr/bin/env python3
|
||||
"""
|
||||
Generates the protobuf stubs for the given tensorflow version using mypy-protobuf.
|
||||
Generally, new minor versions are a good time to update the stubs.
|
||||
|
||||
0
stubs/chevron/chevron/__init__.pyi
Executable file → Normal file
0
stubs/chevron/chevron/__init__.pyi
Executable file → Normal file
0
stubs/chevron/chevron/main.pyi
Executable file → Normal file
0
stubs/chevron/chevron/main.pyi
Executable file → Normal file
0
stubs/chevron/chevron/metadata.pyi
Executable file → Normal file
0
stubs/chevron/chevron/metadata.pyi
Executable file → Normal file
0
stubs/chevron/chevron/renderer.pyi
Executable file → Normal file
0
stubs/chevron/chevron/renderer.pyi
Executable file → Normal file
0
stubs/chevron/chevron/tokenizer.pyi
Executable file → Normal file
0
stubs/chevron/chevron/tokenizer.pyi
Executable file → Normal file
0
tests/get_external_stub_requirements.py
Normal file → Executable file
0
tests/get_external_stub_requirements.py
Normal file → Executable file
0
tests/get_stubtest_system_requirements.py
Normal file → Executable file
0
tests/get_stubtest_system_requirements.py
Normal file → Executable file
Reference in New Issue
Block a user