Skip to content

Commit 34f3931

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/asottile/pyupgrade: v3.15.0 → v3.15.2](asottile/pyupgrade@v3.15.0...v3.15.2) - [github.com/PyCQA/autoflake: v2.2.1 → v2.3.1](PyCQA/autoflake@v2.2.1...v2.3.1) - [github.com/psf/black: 24.1.1 → 24.3.0](psf/black@24.1.1...24.3.0) - [github.com/pre-commit/mirrors-eslint: v8.56.0 → v9.0.0-rc.0](pre-commit/mirrors-eslint@v8.56.0...v9.0.0-rc.0)
1 parent 3560f09 commit 34f3931

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
@@ -11,15 +11,15 @@
1111
repos:
1212
# Autoformat: Python code, syntax patterns are modernized
1313
- repo: https://github.com/asottile/pyupgrade
14-
rev: v3.15.0
14+
rev: v3.15.2
1515
hooks:
1616
- id: pyupgrade
1717
args:
1818
- --py38-plus
1919

2020
# Autoformat: Python code
2121
- repo: https://github.com/PyCQA/autoflake
22-
rev: v2.2.1
22+
rev: v2.3.1
2323
hooks:
2424
- id: autoflake
2525
# args ref: https://github.com/PyCQA/autoflake#advanced-usage
@@ -34,7 +34,7 @@ repos:
3434

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

@@ -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.0.0-rc.0" # Use the sha / tag you want to point at
7474
hooks:
7575
- id: eslint
7676
files: \.jsx?$

0 commit comments

Comments
 (0)