Skip to content

Commit 1c42507

Browse files
authored
Merge pull request #175 from gpauloski/gpauloski-patch-1
Update ruff pre-commit commands
2 parents 365dc32 + c373a29 commit 1c42507

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.pre-commit-config.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,13 @@ repos:
1717
rev: v2.4.1
1818
hooks:
1919
- id: codespell
20-
- repo: 'https://github.com/charliermarsh/ruff-pre-commit'
20+
- repo: 'https://github.com/astral-sh/ruff-pre-commit'
2121
rev: v0.12.4
2222
hooks:
23-
- id: ruff
23+
- id: ruff-check
2424
args:
2525
- '--fix'
26+
- '--exit-non-zero-on-fix'
2627
- id: ruff-format
2728
- repo: 'https://github.com/pre-commit/mirrors-mypy'
2829
rev: v1.17.0

0 commit comments

Comments
 (0)