Skip to content

Commit 1a57b16

Browse files
[pre-commit.ci] pre-commit autoupdate (#780)
updates: - [github.com/pre-commit/pre-commit-hooks: v5.0.0 → v6.0.0](pre-commit/pre-commit-hooks@v5.0.0...v6.0.0) - [github.com/astral-sh/ruff-pre-commit: v0.12.7 → v0.12.11](astral-sh/ruff-pre-commit@v0.12.7...v0.12.11) - [github.com/pre-commit/mirrors-eslint: v9.32.0 → v9.34.0](pre-commit/mirrors-eslint@v9.32.0...v9.34.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 15d7f15 commit 1a57b16

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
@@ -8,7 +8,7 @@ exclude: '.*\.jcad$'
88
repos:
99
# Autoformat and linting, misc. details
1010
- repo: https://github.com/pre-commit/pre-commit-hooks
11-
rev: v5.0.0
11+
rev: v6.0.0
1212
hooks:
1313
- id: forbid-new-submodules
1414
- id: end-of-file-fixer
@@ -32,7 +32,7 @@ repos:
3232
- id: black
3333

3434
- repo: https://github.com/astral-sh/ruff-pre-commit
35-
rev: v0.12.7
35+
rev: v0.12.11
3636
hooks:
3737
- id: ruff
3838
args: ['--fix']
@@ -44,7 +44,7 @@ repos:
4444
entry: prettier --no-error-on-unmatched-pattern --write --ignore-unknown
4545

4646
- repo: https://github.com/pre-commit/mirrors-eslint
47-
rev: v9.32.0
47+
rev: v9.34.0
4848
hooks:
4949
- id: eslint
5050
files: \.tsx?$

0 commit comments

Comments
 (0)