mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-09 05:24:52 +08:00
Enable Ruff EXE (flake8-executable) (#13346)
This commit is contained in:
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.
|
||||
|
||||
Reference in New Issue
Block a user