Skip to content

Commit fae4600

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [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.1.0](psf/black@24.8.0...25.1.0)
1 parent c2e107e commit fae4600

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -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
language_version: python3.11
@@ -28,7 +28,7 @@ repos:
2828
- id: stylelint
2929
additional_dependencies: ['stylelint', 'stylelint-config-standard']
3030
- repo: https://github.com/psf/black
31-
rev: '24.8.0'
31+
rev: '25.1.0'
3232
hooks:
3333
- id: black
3434
language_version: python3.11

0 commit comments

Comments
 (0)