Skip to content

Commit f508577

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black: 24.3.0 → 24.4.2](psf/black@24.3.0...24.4.2) - [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/pre-commit/mirrors-eslint: v8.56.0 → v9.2.0](pre-commit/mirrors-eslint@v8.56.0...v9.2.0)
1 parent a666621 commit f508577

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
@@ -34,7 +34,7 @@ repos:
3434

3535
# Autoformat: Python code
3636
- repo: https://github.com/psf/black
37-
rev: 24.3.0
37+
rev: 24.4.2
3838
hooks:
3939
- id: black
4040

@@ -46,7 +46,7 @@ repos:
4646

4747
# Misc...
4848
- repo: https://github.com/pre-commit/pre-commit-hooks
49-
rev: v4.5.0
49+
rev: v4.6.0
5050
# ref: https://github.com/pre-commit/pre-commit-hooks#hooks-available
5151
hooks:
5252
# Autoformat: Makes sure files end in a newline and only a newline.
@@ -70,7 +70,7 @@ repos:
7070

7171
# Lint: JS code
7272
- repo: https://github.com/pre-commit/mirrors-eslint
73-
rev: "v8.56.0" # Use the sha / tag you want to point at
73+
rev: "v9.2.0" # Use the sha / tag you want to point at
7474
hooks:
7575
- id: eslint
7676
files: \.jsx?$

0 commit comments

Comments
 (0)