Skip to content

Commit 1f14e39

Browse files
[pre-commit.ci] pre-commit autoupdate (#345)
updates: - [github.com/pre-commit/pre-commit-hooks: v4.5.0 → v4.6.0](pre-commit/pre-commit-hooks@v4.5.0...v4.6.0) - [github.com/psf/black: 24.1.1 → 24.4.2](psf/black@24.1.1...24.4.2) - [github.com/astral-sh/ruff-pre-commit: v0.2.0 → v0.4.3](astral-sh/ruff-pre-commit@v0.2.0...v0.4.3) - [github.com/pre-commit/mirrors-eslint: v9.0.0-alpha.2 → v9.2.0](pre-commit/mirrors-eslint@v9.0.0-alpha.2...v9.2.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 16a21e5 commit 1f14e39

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
@@ -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: v4.5.0
11+
rev: v4.6.0
1212
hooks:
1313
- id: forbid-new-submodules
1414
- id: end-of-file-fixer
@@ -27,12 +27,12 @@ repos:
2727

2828
# Autoformat: Python code
2929
- repo: https://github.com/psf/black
30-
rev: 24.1.1
30+
rev: 24.4.2
3131
hooks:
3232
- id: black
3333

3434
- repo: https://github.com/astral-sh/ruff-pre-commit
35-
rev: v0.2.0
35+
rev: v0.4.3
3636
hooks:
3737
- id: ruff
3838
args: ['--fix']
@@ -43,7 +43,7 @@ repos:
4343
- id: prettier
4444

4545
- repo: https://github.com/pre-commit/mirrors-eslint
46-
rev: v9.0.0-alpha.2
46+
rev: v9.2.0
4747
hooks:
4848
- id: eslint
4949
files: \.tsx?$

0 commit comments

Comments
 (0)