Skip to content

Commit

Permalink
Update pre-commit versions
Browse files Browse the repository at this point in the history
  • Loading branch information
AA-Turner committed Sep 3, 2024
1 parent 67447ef commit cdcc88f
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
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.5.7
rev: v0.6.3
hooks:
- id: ruff
- id: ruff-format
Expand All @@ -19,11 +19,11 @@ repos:
- id: trailing-whitespace

- repo: https://github.com/tox-dev/pyproject-fmt
rev: 2.1.1
rev: 2.2.1
hooks:
- id: pyproject-fmt

- repo: https://github.com/abravalheri/validate-pyproject
rev: v0.17
rev: v0.19
hooks:
- id: validate-pyproject

0 comments on commit cdcc88f

Please sign in to comment.