Skip to content

Commit a1aa034

Browse files
[pre-commit.ci] pre-commit suggestions
updates: - [github.com/pre-commit/pre-commit-hooks: v4.5.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.5.0...v5.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.3.0 → 25.1.0](psf/black@24.3.0...25.1.0)
1 parent 61c0ab9 commit a1aa034

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
@@ -8,7 +8,7 @@ ci:
88

99
repos:
1010
- repo: https://github.com/pre-commit/pre-commit-hooks
11-
rev: v4.5.0
11+
rev: v5.0.0
1212
hooks:
1313
- id: check-yaml
1414
- id: check-case-conflict
@@ -18,14 +18,14 @@ repos:
1818
- id: requirements-txt-fixer
1919

2020
- repo: https://github.com/PyCQA/isort
21-
rev: 5.13.2
21+
rev: 6.0.1
2222
hooks:
2323
- id: isort
2424
name: Format imports
2525
exclude: docs/
2626

2727
- repo: https://github.com/psf/black
28-
rev: 24.3.0
28+
rev: 25.1.0
2929
hooks:
3030
- id: black
3131
name: Format code

0 commit comments

Comments
 (0)