We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b768fb6 commit 109ea61Copy full SHA for 109ea61
2 files changed
.github/workflows/test.yml
@@ -21,7 +21,7 @@ jobs:
21
- name: Format with Black
22
run: black .
23
- name: Lint with Ruff
24
- run: ruff .
+ run: ruff check .
25
26
27
py_39_proto_203:
.pre-commit-config.yaml
@@ -12,7 +12,6 @@ repos:
12
rev: "v0.6.2"
13
hooks:
14
- id: ruff
15
- args: [ 'check' ]
16
- repo: https://github.com/asottile/pyupgrade
17
rev: v3.17.0
18
0 commit comments