Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions pyproject.toml
Original file line numberDiff line numberDiff line change
Expand Up@@ -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
"PGH", # pygrep-hooks
Expand Down
Empty file modifiedscripts/stubsabot.py
100644 → 100755
Empty file.
1 change: 1 addition & 0 deletions scripts/sync_protobuf/google_protobuf.py
100644 → 100755
Original file line numberDiff line numberDiff line change
@@ -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.
Expand Down
1 change: 1 addition & 0 deletions scripts/sync_protobuf/s2clientprotocol.py
100644 → 100755
Original file line numberDiff line numberDiff line change
@@ -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.
Expand Down
1 change: 1 addition & 0 deletions scripts/sync_protobuf/tensorflow.py
100644 → 100755
Original file line numberDiff line numberDiff line change
@@ -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.
Expand Down
Empty file modifiedstubs/chevron/chevron/__init__.pyi
100755 → 100644

@AlexWaygoodAlexWaygoodJan 2, 2025

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is the change here that the stub file was previously marked as executable for some reason, and now it (correctly) no longer is, because the lint rule picked up that it didn't have a shebang?

Copy link
Copy Markdown
CollaboratorAuthor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Exactly !

Empty file.
Empty file modifiedstubs/chevron/chevron/main.pyi
100755 → 100644
Empty file.
Empty file modifiedstubs/chevron/chevron/metadata.pyi
100755 → 100644
Empty file.
Empty file modifiedstubs/chevron/chevron/renderer.pyi
100755 → 100644
Empty file.
Empty file modifiedstubs/chevron/chevron/tokenizer.pyi
100755 → 100644
Empty file.
Empty file modifiedtests/get_external_stub_requirements.py
100644 → 100755
Empty file.
Empty file modifiedtests/get_stubtest_system_requirements.py
100644 → 100755
Empty file.