File tree Expand file tree Collapse file tree 1 file changed +5
-7
lines changed Expand file tree Collapse file tree 1 file changed +5
-7
lines changed Original file line number Diff line number Diff line change @@ -52,18 +52,16 @@ ignore = [
52
52
# deliberately contain code that might not be considered idiomatic or modern
53
53
# These can be run manually once in a while
54
54
"**/test_cases/**/*.py" = [" UP" ]
55
- # Generated protobuf files:
56
- # TODO: Re-run sync_tensorflow_protobuf_stubs.sh with this rule enabled to remove this entry
57
- "*_pb2.pyi" = [
58
- " UP036" , # Version block is outdated for minimum Python version
59
- ]
60
-
61
- [tool .ruff .lint .per-file-ignores ]
62
55
"*.pyi" = [
63
56
# Most flake8-bugbear rules don't apply for third-party stubs like typeshed,
64
57
# B033 could be slightly useful but Ruff doesn't have per-file select
65
58
" B" , # flake8-bugbear
66
59
]
60
+ # Generated protobuf files:
61
+ # TODO: Re-run sync_tensorflow_protobuf_stubs.sh with this rule enabled to remove this entry
62
+ "*_pb2.pyi" = [
63
+ " UP036" , # Version block is outdated for minimum Python version
64
+ ]
67
65
68
66
[tool .ruff .lint .isort ]
69
67
split-on-trailing-comma = false
You can’t perform that action at this time.
0 commit comments