Skip to content

Commit

Permalink
Update pre-commit hook versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
David-Wobrock committed Mar 29, 2024
1 parent 18a39cb commit a3acff2
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 @@ -14,7 +14,7 @@ repos:
- id: forbid-submodules
- id: trailing-whitespace
- repo: https://github.com/psf/black
rev: 24.1.1
rev: 24.3.0
hooks:
- id: black
- repo: https://github.com/PyCQA/flake8
Expand All @@ -36,7 +36,7 @@ repos:
- "--ignore-missing-imports"
exclude: ^tests/
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.2.0
rev: v0.3.4
hooks:
- id: ruff
args:
Expand Down

0 comments on commit a3acff2

Please sign in to comment.