Skip to content

Commit f7064bc

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/asottile/pyupgrade: v3.16.0 → v3.19.1](asottile/pyupgrade@v3.16.0...v3.19.1) - [github.com/psf/black: 24.4.2 → 24.10.0](psf/black@24.4.2...24.10.0) - [github.com/pre-commit/pre-commit-hooks: v4.6.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.6.0...v5.0.0) - [github.com/PyCQA/flake8: 7.1.0 → 7.1.1](PyCQA/flake8@7.1.0...7.1.1) - [github.com/pre-commit/mirrors-eslint: v8.56.0 → v9.17.0](pre-commit/mirrors-eslint@v8.56.0...v9.17.0)
1 parent 19b2e48 commit f7064bc

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
repos:
1212
# Autoformat: Python code, syntax patterns are modernized
1313
- repo: https://github.com/asottile/pyupgrade
14-
rev: v3.16.0
14+
rev: v3.19.1
1515
hooks:
1616
- id: pyupgrade
1717
args:
@@ -34,7 +34,7 @@ repos:
3434

3535
# Autoformat: Python code
3636
- repo: https://github.com/psf/black
37-
rev: 24.4.2
37+
rev: 24.10.0
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.6.0
49+
rev: v5.0.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.
@@ -64,13 +64,13 @@ repos:
6464

6565
# Lint: Python code
6666
- repo: https://github.com/PyCQA/flake8
67-
rev: "7.1.0"
67+
rev: "7.1.1"
6868
hooks:
6969
- id: flake8
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.17.0" # Use the sha / tag you want to point at
7474
hooks:
7575
- id: eslint
7676
files: \.jsx?$

0 commit comments

Comments
 (0)