Skip to content

Commit 0dd5716

Browse files
[pre-commit.ci] pre-commit autoupdate (#2006)
1 parent 279aec6 commit 0dd5716

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.10.0
35+
rev: v9.11.1
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.5'
47+
rev: 'v0.6.8'
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.2.3
53+
rev: 2.2.4
5454
hooks:
5555
- id: pyproject-fmt
5656
- repo: https://github.com/abravalheri/validate-pyproject
57-
rev: v0.19
57+
rev: v0.20.2
5858
hooks:
5959
- id: validate-pyproject

0 commit comments

Comments
 (0)