We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09445cc commit a40be94Copy full SHA for a40be94
.pre-commit-config.yaml
@@ -17,25 +17,25 @@ repos:
17
args: [--py37-plus]
18
19
- repo: https://github.com/PyCQA/isort
20
- rev: 5.12.0
+ rev: 5.13.2
21
hooks:
22
- id: isort
23
24
- repo: https://github.com/psf/black
25
- rev: 23.10.1
+ rev: 24.1.1
26
27
- id: black
28
29
- repo: https://github.com/PyCQA/flake8
30
- rev: 6.1.0
+ rev: 7.0.0
31
32
- id: flake8
33
additional_dependencies:
34
- flake8-comprehensions
35
- flake8-bugbear
36
37
- repo: https://github.com/pre-commit/mirrors-mypy
38
- rev: v1.6.1
+ rev: v1.8.0
39
40
- id: mypy
41
args: [--config-file=pyproject.toml]
0 commit comments