Skip to content

Commit 3e641f7

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v5.0.0 → v6.0.0](pre-commit/pre-commit-hooks@v5.0.0...v6.0.0) - [github.com/pycqa/isort: 6.0.1 → 7.0.0](PyCQA/isort@6.0.1...7.0.0) - https://github.com/psf/blackhttps://github.com/psf/black-pre-commit-mirror - [github.com/psf/black-pre-commit-mirror: 25.1.0 → 25.9.0](psf/black-pre-commit-mirror@25.1.0...25.9.0) - [github.com/asottile/pyupgrade: v3.19.1 → v3.21.0](asottile/pyupgrade@v3.19.1...v3.21.0) - [github.com/pycqa/flake8: 7.2.0 → 7.3.0](PyCQA/flake8@7.2.0...7.3.0)
1 parent e79bc80 commit 3e641f7

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
@@ -2,7 +2,7 @@
22
# See https://pre-commit.com/hooks.html for more hooks
33
repos:
44
- repo: https://github.com/pre-commit/pre-commit-hooks
5-
rev: v5.0.0
5+
rev: v6.0.0
66
hooks:
77
- id: trailing-whitespace
88
- id: check-yaml
@@ -16,22 +16,22 @@ repos:
1616
args: [--config, ./.codespellrc]
1717

1818
- repo: https://github.com/pycqa/isort
19-
rev: 6.0.1
19+
rev: 7.0.0
2020
hooks:
2121
- id: isort
2222
args: [--profile, black]
2323

24-
- repo: https://github.com/psf/black
25-
rev: "25.1.0"
24+
- repo: https://github.com/psf/black-pre-commit-mirror
25+
rev: "25.9.0"
2626
hooks:
2727
- id: black
2828

2929
- repo: https://github.com/asottile/pyupgrade
30-
rev: v3.19.1
30+
rev: v3.21.0
3131
hooks:
3232
- id: pyupgrade
3333

3434
- repo: https://github.com/pycqa/flake8
35-
rev: "7.2.0"
35+
rev: "7.3.0"
3636
hooks:
3737
- id: flake8

0 commit comments

Comments
 (0)