Skip to content

Commit 223b684

Browse files
committed
ruff ignore grpc files in ci
Signed-off-by: Sage Ahrac <sagiahrak@gmail.com>
1 parent 7ab3210 commit 223b684

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,9 @@ repos:
1212
hooks:
1313
- id: ruff-check
1414
args: [--output-format, github, --fix]
15+
exclude: '_pb2(_grpc)?\.py$'
1516
- id: ruff-format
17+
exclude: '_pb2(_grpc)?\.py$'
1618
- repo: https://github.com/crate-ci/typos
1719
rev: v1.38.1
1820
hooks:

0 commit comments

Comments
 (0)