Skip to content

Commit 109ea61

Browse files
committed
Iterate over test.yml to make ruff run
1 parent b768fb6 commit 109ea61

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Format with Black
2222
run: black .
2323
- name: Lint with Ruff
24-
run: ruff .
24+
run: ruff check .
2525

2626

2727
py_39_proto_203:

.pre-commit-config.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ repos:
1212
rev: "v0.6.2"
1313
hooks:
1414
- id: ruff
15-
args: [ 'check' ]
1615
- repo: https://github.com/asottile/pyupgrade
1716
rev: v3.17.0
1817
hooks:

0 commit comments

Comments
 (0)