Skip to content

Commit

Permalink
Merge pull request #116 from Gepetto/pre-commit-ci-update-config
Browse files Browse the repository at this point in the history
[pre-commit.ci] pre-commit autoupdate
  • Loading branch information
nim65s authored Sep 2, 2024
2 parents f8168f0 + 32a6de2 commit 7a5c00b
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 @@ -10,14 +10,14 @@ repos:
hooks:
- id: isort
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.5.5
rev: v0.6.2
hooks:
- id: ruff
args:
- --fix
- --exit-non-zero-on-fix
- repo: https://github.com/nim65s/pre-commit-sort
rev: v0.2.0
rev: v0.4.0
hooks:
- id: pre-commit-sort
- repo: https://github.com/pappasam/toml-sort
Expand All @@ -44,7 +44,7 @@ repos:
- id: mixed-line-ending
- id: trailing-whitespace
- repo: https://github.com/psf/black
rev: 24.4.2
rev: 24.8.0
hooks:
- id: black
- repo: https://github.com/python-poetry/poetry
Expand Down

0 comments on commit 7a5c00b

Please sign in to comment.