Skip to content

Commit

Permalink
Iterate over test.yml to make ruff run
Browse files Browse the repository at this point in the history
  • Loading branch information
decitre committed Aug 29, 2024
1 parent b768fb6 commit 109ea61
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Format with Black
run: black .
- name: Lint with Ruff
run: ruff .
run: ruff check .


py_39_proto_203:
Expand Down
1 change: 0 additions & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ repos:
rev: "v0.6.2"
hooks:
- id: ruff
args: [ 'check' ]
- repo: https://github.com/asottile/pyupgrade
rev: v3.17.0
hooks:
Expand Down

0 comments on commit 109ea61

Please sign in to comment.