Skip to content

Commit cbcf02f

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/pycqa/isort: 5.13.2 → 6.0.1](PyCQA/isort@5.13.2...6.0.1) - [github.com/psf/black: 24.8.0 → 25.1.0](psf/black@24.8.0...25.1.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.1 → 7.1.2](PyCQA/flake8@7.1.1...7.1.2)
1 parent 8cb42a9 commit cbcf02f

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.17.0
14+
rev: v3.19.1
1515
hooks:
1616
- id: pyupgrade
1717
args:
@@ -31,13 +31,13 @@ repos:
3131

3232
# Autoformat: Python code
3333
- repo: https://github.com/pycqa/isort
34-
rev: 5.13.2
34+
rev: 6.0.1
3535
hooks:
3636
- id: isort
3737

3838
# Autoformat: Python code
3939
- repo: https://github.com/psf/black
40-
rev: 24.8.0
40+
rev: 25.1.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.
@@ -64,7 +64,7 @@ repos:
6464

6565
# Lint: Python code
6666
- repo: https://github.com/pycqa/flake8
67-
rev: "7.1.1"
67+
rev: "7.1.2"
6868
hooks:
6969
- id: flake8
7070

0 commit comments

Comments
 (0)