Skip to content

Commit

Permalink
[pre-commit.ci] Mise à jour des git hooks. (#1276)
Browse files Browse the repository at this point in the history
<!--pre-commit.ci start-->
updates:
- [github.com/astral-sh/ruff-pre-commit: v0.9.4 →
v0.9.9](astral-sh/ruff-pre-commit@v0.9.4...v0.9.9)
- [github.com/pycqa/isort: 6.0.0 →
6.0.1](PyCQA/isort@6.0.0...6.0.1)
- [github.com/pycqa/flake8: 7.1.1 →
7.1.2](PyCQA/flake8@7.1.1...7.1.2)
<!--pre-commit.ci end-->
  • Loading branch information
Guts authored Mar 3, 2025
2 parents 77b4acc + 21c0ecd commit 8b6c218
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 @@ -28,7 +28,7 @@ repos:
- "--py39-plus"

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: "v0.9.4"
rev: "v0.9.9"
hooks:
- id: ruff
args:
Expand All @@ -40,7 +40,7 @@ repos:
- id: black

- repo: https://github.com/pycqa/isort
rev: 6.0.0
rev: 6.0.1
hooks:
- id: isort
args:
Expand All @@ -49,7 +49,7 @@ repos:
- --filter-files

- repo: https://github.com/pycqa/flake8
rev: 7.1.1
rev: 7.1.2
hooks:
- id: flake8
language: python
Expand Down

0 comments on commit 8b6c218

Please sign in to comment.