We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4a47d7 commit ab26460Copy full SHA for ab26460
.pre-commit-config.yaml
@@ -4,27 +4,27 @@ repos:
4
hooks:
5
- id: absolufy-imports
6
- repo: https://github.com/PyCQA/isort
7
- rev: 5.12.0
+ rev: 6.0.1
8
9
- id: isort
10
name: isort (python)
11
- repo: https://github.com/psf/black
12
- rev: 24.3.0
+ rev: 25.1.0
13
14
- id: black
15
language_version: python3
16
exclude: migrations
17
- repo: https://github.com/pycqa/flake8
18
- rev: 6.1.0
+ rev: 7.3.0
19
20
- id: flake8
21
name: flake8
22
- repo: https://github.com/pre-commit/pre-commit-hooks
23
- rev: v4.4.0
+ rev: v6.0.0
24
25
- id: check-yaml
26
- repo: https://github.com/pre-commit/mirrors-prettier
27
- rev: v2.7.1
+ rev: v4.0.0-alpha.8
28
29
- id: prettier
30
- repo: local
0 commit comments