Skip to content

Commit 2ac592d

Browse files
[pre-commit.ci] pre-commit autoupdate (#1788)
updates: - [github.com/pre-commit/mirrors-eslint: v8.40.0 → v8.41.0](pre-commit/mirrors-eslint@v8.40.0...v8.41.0) - [github.com/charliermarsh/ruff-pre-commit: v0.0.267 → v0.0.269](astral-sh/ruff-pre-commit@v0.0.267...v0.0.269) - [github.com/abravalheri/validate-pyproject: v0.12.2 → v0.13](abravalheri/validate-pyproject@v0.12.2...v0.13) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 2929bb4 commit 2ac592d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,15 +31,15 @@ repos:
3131
args:
3232
- --trailing-comma=es5
3333
- repo: https://github.com/pre-commit/mirrors-eslint
34-
rev: v8.40.0
34+
rev: v8.41.0
3535
hooks:
3636
- id: eslint
3737
files: \.js?$
3838
types: [file]
3939
args:
4040
- --fix
4141
- repo: https://github.com/charliermarsh/ruff-pre-commit
42-
rev: 'v0.0.267'
42+
rev: 'v0.0.269'
4343
hooks:
4444
- id: ruff
4545
args: [--fix, --exit-non-zero-on-fix]
@@ -54,6 +54,6 @@ repos:
5454
hooks:
5555
- id: pyproject-fmt
5656
- repo: https://github.com/abravalheri/validate-pyproject
57-
rev: v0.12.2
57+
rev: v0.13
5858
hooks:
5959
- id: validate-pyproject

0 commit comments

Comments
 (0)