Skip to content

Commit 11079dc

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/asottile/pyupgrade: v3.19.1 → v3.21.2](asottile/pyupgrade@v3.19.1...v3.21.2) - https://github.com/psf/blackhttps://github.com/psf/black-pre-commit-mirror - [github.com/psf/black-pre-commit-mirror: 25.1.0 → 25.11.0](psf/black-pre-commit-mirror@25.1.0...25.11.0) - [github.com/pycqa/isort: 6.0.1 → 7.0.0](PyCQA/isort@6.0.1...7.0.0) - [github.com/PyCQA/flake8: 7.2.0 → 7.3.0](PyCQA/flake8@7.2.0...7.3.0)
1 parent 0c927d4 commit 11079dc

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.19.1
14+
rev: v3.21.2
1515
hooks:
1616
- id: pyupgrade
1717
args:
@@ -26,8 +26,8 @@ repos:
2626
- --in-place
2727

2828
# Autoformat: Python code
29-
- repo: https://github.com/psf/black
30-
rev: 25.1.0
29+
- repo: https://github.com/psf/black-pre-commit-mirror
30+
rev: 25.11.0
3131
hooks:
3232
- id: black
3333
args:
@@ -36,7 +36,7 @@ repos:
3636

3737
# Autoformat: Python code
3838
- repo: https://github.com/pycqa/isort
39-
rev: 6.0.1
39+
rev: 7.0.0
4040
hooks:
4141
- id: isort
4242
args:
@@ -51,7 +51,7 @@ repos:
5151

5252
# Linting: Python code (see the file .flake8)
5353
- repo: https://github.com/PyCQA/flake8
54-
rev: "7.2.0"
54+
rev: "7.3.0"
5555
hooks:
5656
- id: flake8
5757
# Ignore style and complexity

0 commit comments

Comments
 (0)