Skip to content

Commit

Permalink
Update pre-commit hooks
Browse files Browse the repository at this point in the history
pre-commit autoupdate
  • Loading branch information
jond01 committed Sep 1, 2023
1 parent 9850a85 commit 9650ab2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ repos:
- id: check-yaml
- id: check-added-large-files
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.0.272
rev: v0.0.286
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix]
- repo: https://github.com/psf/black
rev: 23.3.0
rev: 23.7.0
hooks:
- id: black
- repo: local
Expand Down

0 comments on commit 9650ab2

Please sign in to comment.