Skip to content

Commit 90da463

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: 5.13.2 → 6.0.1](PyCQA/isort@5.13.2...6.0.1) - [github.com/psf/black: 24.8.0 → 25.9.0](psf/black@24.8.0...25.9.0)
1 parent 25cf977 commit 90da463

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 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-ast
@@ -16,7 +16,7 @@ repos:
1616
- id: check-toml
1717
- id: debug-statements
1818
- repo: https://github.com/PyCQA/isort
19-
rev: '5.13.2'
19+
rev: '6.0.1'
2020
hooks:
2121
- id: isort
2222
additional_dependencies:
@@ -27,6 +27,6 @@ repos:
2727
- id: stylelint
2828
additional_dependencies: ['stylelint', 'stylelint-config-standard']
2929
- repo: https://github.com/psf/black
30-
rev: '24.8.0'
30+
rev: '25.9.0'
3131
hooks:
3232
- id: black

0 commit comments

Comments
 (0)