Skip to content

Commit b3aa230

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/asottile/pyupgrade: v3.17.0 → v3.19.1](asottile/pyupgrade@v3.17.0...v3.19.1) - [github.com/psf/black: 24.8.0 → 24.10.0](psf/black@24.8.0...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)
1 parent 4b06676 commit b3aa230

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
@@ -11,7 +11,7 @@
1111
repos:
1212
# Autoformat: Python code, syntax patterns are modernized
1313
- repo: https://github.com/asottile/pyupgrade
14-
rev: v3.17.0
14+
rev: v3.19.1
1515
hooks:
1616
- id: pyupgrade
1717
args:
@@ -37,7 +37,7 @@ repos:
3737

3838
# Autoformat: Python code
3939
- repo: https://github.com/psf/black
40-
rev: 24.8.0
40+
rev: 24.10.0
4141
hooks:
4242
- id: black
4343

@@ -49,7 +49,7 @@ repos:
4949

5050
# Misc...
5151
- repo: https://github.com/pre-commit/pre-commit-hooks
52-
rev: v4.6.0
52+
rev: v5.0.0
5353
# ref: https://github.com/pre-commit/pre-commit-hooks#hooks-available
5454
hooks:
5555
# Autoformat: Makes sure files end in a newline and only a newline.

0 commit comments

Comments
 (0)