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 7c352deCopy full SHA for 7c352de
.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: 5.13.2
9
hooks:
10
- id: isort
11
name: isort
12
- repo: https://github.com/psf/black
13
- rev: 22.10.0
+ rev: 24.4.2
14
15
- id: black
16
- repo: https://github.com/pre-commit/mirrors-mypy
17
- rev: v0.991
+ rev: v1.10.0
18
19
- id: mypy
20
- repo: https://github.com/pycqa/flake8
21
- rev: 6.0.0
+ rev: 7.1.0
22
23
- id: flake8
24
- repo: https://github.com/jazzband/pip-tools
25
- rev: 6.10.0
+ rev: 7.4.1
26
27
- id: pip-compile
28
files: ^(pyproject\.toml|requirements\.txt)$
0 commit comments