Skip to content

Commit ab26460

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/PyCQA/isort: 5.12.0 → 6.0.1](PyCQA/isort@5.12.0...6.0.1) - [github.com/psf/black: 24.3.0 → 25.1.0](psf/black@24.3.0...25.1.0) - [github.com/pycqa/flake8: 6.1.0 → 7.3.0](PyCQA/flake8@6.1.0...7.3.0) - [github.com/pre-commit/pre-commit-hooks: v4.4.0 → v6.0.0](pre-commit/pre-commit-hooks@v4.4.0...v6.0.0) - [github.com/pre-commit/mirrors-prettier: v2.7.1 → v4.0.0-alpha.8](pre-commit/mirrors-prettier@v2.7.1...v4.0.0-alpha.8)
1 parent b4a47d7 commit ab26460

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,27 +4,27 @@ repos:
44
hooks:
55
- id: absolufy-imports
66
- repo: https://github.com/PyCQA/isort
7-
rev: 5.12.0
7+
rev: 6.0.1
88
hooks:
99
- id: isort
1010
name: isort (python)
1111
- repo: https://github.com/psf/black
12-
rev: 24.3.0
12+
rev: 25.1.0
1313
hooks:
1414
- id: black
1515
language_version: python3
1616
exclude: migrations
1717
- repo: https://github.com/pycqa/flake8
18-
rev: 6.1.0
18+
rev: 7.3.0
1919
hooks:
2020
- id: flake8
2121
name: flake8
2222
- repo: https://github.com/pre-commit/pre-commit-hooks
23-
rev: v4.4.0
23+
rev: v6.0.0
2424
hooks:
2525
- id: check-yaml
2626
- repo: https://github.com/pre-commit/mirrors-prettier
27-
rev: v2.7.1
27+
rev: v4.0.0-alpha.8
2828
hooks:
2929
- id: prettier
3030
- repo: local

0 commit comments

Comments
 (0)