Skip to content

Commit 03efe4d

Browse files
[pre-commit.ci] pre-commit autoupdate (#116)
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/astral-sh/ruff-pre-commit: v0.11.0 → v0.14.0](astral-sh/ruff-pre-commit@v0.11.0...v0.14.0) - [github.com/asottile/pyupgrade: v3.19.1 → v3.21.0](asottile/pyupgrade@v3.19.1...v3.21.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 4a11815 commit 03efe4d

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.pre-commit-config.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
exclude: "(.idea|node_modules|.tox)"
44
repos:
55
- repo: https://github.com/pre-commit/pre-commit-hooks
6-
rev: v5.0.0
6+
rev: v6.0.0
77
hooks:
88
- id: trailing-whitespace
99
exclude: "setup.cfg"
@@ -18,19 +18,19 @@ repos:
1818
args:
1919
- --remove
2020
- repo: https://github.com/PyCQA/isort
21-
rev: "6.0.1"
21+
rev: "7.0.0"
2222
hooks:
2323
- id: isort
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
- repo: https://github.com/astral-sh/ruff-pre-commit
29-
rev: 'v0.11.0'
29+
rev: 'v0.14.0'
3030
hooks:
3131
- id: ruff
3232
- repo: https://github.com/asottile/pyupgrade
33-
rev: v3.19.1
33+
rev: v3.21.0
3434
hooks:
3535
- id: pyupgrade
3636
args:

0 commit comments

Comments
 (0)