Skip to content

Commit 97d5d76

Browse files
[pre-commit.ci] pre-commit autoupdate (#895)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 5bf05c2 commit 97d5d76

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.pre-commit-config.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,35 +22,35 @@
2222
repos:
2323
# Autoformat: Python code, syntax patterns are modernized
2424
- repo: https://github.com/asottile/pyupgrade
25-
rev: v3.19.1
25+
rev: v3.21.0
2626
hooks:
2727
- id: pyupgrade
2828
args:
2929
- --py310-plus
3030

3131
# Autoformat: Python code
3232
- repo: https://github.com/PyCQA/isort
33-
rev: "6.0.1"
33+
rev: "7.0.0"
3434
hooks:
3535
- id: isort
3636

3737
# Autoformat: Python code
38-
- repo: https://github.com/psf/black
39-
rev: "25.1.0"
38+
- repo: https://github.com/psf/black-pre-commit-mirror
39+
rev: "25.9.0"
4040
hooks:
4141
- id: black
4242

4343
# Autoformat: general small fixes
4444
- repo: https://github.com/pre-commit/pre-commit-hooks
45-
rev: v5.0.0
45+
rev: v6.0.0
4646
hooks:
4747
- id: end-of-file-fixer
4848
exclude_types: ["svg"]
4949
- id: trailing-whitespace
5050

5151
# Lint: Python code
5252
- repo: https://github.com/PyCQA/flake8
53-
rev: "7.2.0"
53+
rev: "7.3.0"
5454
hooks:
5555
- id: flake8
5656

0 commit comments

Comments
 (0)