Skip to content

Commit

Permalink
Run pre-commit autoupdate
Browse files Browse the repository at this point in the history
  • Loading branch information
bmerry committed Mar 20, 2024
1 parent a1f1e9c commit d0272f4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ repos:
- id: fmt
- id: clippy
- repo: https://github.com/psf/black
rev: 23.11.0
rev: 24.3.0
hooks:
- id: black
- repo: https://github.com/pycqa/isort
rev: 5.13.0
rev: 5.13.2
hooks:
- id: isort
args: ["--filter-files"]
Expand All @@ -18,7 +18,7 @@ repos:
hooks:
- id: ruff
- repo: https://github.com/jazzband/pip-tools
rev: 7.3.0
rev: 7.4.1
hooks:
- id: pip-compile
language_version: python3.8
Expand Down

0 comments on commit d0272f4

Please sign in to comment.