Skip to content

Commit aac8ea9

Browse files
[pre-commit.ci] pre-commit autoupdate (#2018)
updates: - [github.com/pre-commit/mirrors-eslint: v9.12.0 → v9.13.0](pre-commit/mirrors-eslint@v9.12.0...v9.13.0) - [github.com/astral-sh/ruff-pre-commit: v0.6.9 → v0.7.0](astral-sh/ruff-pre-commit@v0.6.9...v0.7.0) - [github.com/tox-dev/pyproject-fmt: 2.3.0 → 2.4.3](tox-dev/pyproject-fmt@2.3.0...2.4.3) - [github.com/abravalheri/validate-pyproject: v0.20.2 → v0.21](abravalheri/validate-pyproject@v0.20.2...v0.21) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 69b1e27 commit aac8ea9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ repos:
3232
args:
3333
- --trailing-comma=es5
3434
- repo: https://github.com/pre-commit/mirrors-eslint
35-
rev: v9.12.0
35+
rev: v9.13.0
3636
hooks:
3737
- id: eslint
3838
additional_dependencies:
@@ -44,16 +44,16 @@ repos:
4444
args:
4545
- --fix
4646
- repo: https://github.com/astral-sh/ruff-pre-commit
47-
rev: 'v0.6.9'
47+
rev: 'v0.7.0'
4848
hooks:
4949
- id: ruff
5050
args: [--fix, --exit-non-zero-on-fix]
5151
- id: ruff-format
5252
- repo: https://github.com/tox-dev/pyproject-fmt
53-
rev: 2.3.0
53+
rev: 2.4.3
5454
hooks:
5555
- id: pyproject-fmt
5656
- repo: https://github.com/abravalheri/validate-pyproject
57-
rev: v0.20.2
57+
rev: v0.21
5858
hooks:
5959
- id: validate-pyproject

0 commit comments

Comments
 (0)