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 ca3d1f5 commit 3ddabd0Copy full SHA for 3ddabd0
.pre-commit-config.yaml
@@ -5,24 +5,24 @@ ci:
5
skip: [pip-compile]
6
repos:
7
- repo: https://github.com/pycqa/isort
8
- rev: 5.10.1
+ rev: 7.0.0
9
hooks:
10
- id: isort
11
name: isort
12
- - repo: https://github.com/psf/black
13
- rev: 22.10.0
+ - repo: https://github.com/psf/black-pre-commit-mirror
+ rev: 25.9.0
14
15
- id: black
16
- repo: https://github.com/pre-commit/mirrors-mypy
17
- rev: v0.991
+ rev: v1.18.2
18
19
- id: mypy
20
- repo: https://github.com/pycqa/flake8
21
- rev: 6.0.0
+ rev: 7.3.0
22
23
- id: flake8
24
- repo: https://github.com/jazzband/pip-tools
25
- rev: 6.10.0
+ rev: v7.5.1
26
27
- id: pip-compile
28
files: ^(pyproject\.toml|requirements\.txt)$
0 commit comments