Skip to content

Commit 9436e70

Browse files
chore: update pre-commit hooks
updates: - [github.com/astral-sh/ruff-pre-commit: v0.7.2 → v0.8.0](astral-sh/ruff-pre-commit@v0.7.2...v0.8.0) - [github.com/abravalheri/validate-pyproject: v0.22 → v0.23](abravalheri/validate-pyproject@v0.22...v0.23)
1 parent a0658bf commit 9436e70

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ repos:
4545
args: [--prose-wrap=always]
4646

4747
- repo: https://github.com/astral-sh/ruff-pre-commit
48-
rev: "v0.7.2"
48+
rev: "v0.8.0"
4949
hooks:
5050
- id: ruff
5151
args: ["--fix", "--show-fixes"]
@@ -79,7 +79,7 @@ repos:
7979
exclude: .pre-commit-config.yaml
8080

8181
- repo: https://github.com/abravalheri/validate-pyproject
82-
rev: "v0.22"
82+
rev: "v0.23"
8383
hooks:
8484
- id: validate-pyproject
8585
additional_dependencies: ["validate-pyproject-schema-store[all]"]

0 commit comments

Comments
 (0)