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 56bfb5e commit 7d56833Copy full SHA for 7d56833
.pre-commit-config.yaml
@@ -11,7 +11,7 @@ repos:
11
- id: check-added-large-files
12
13
- repo: https://github.com/asottile/pyupgrade
14
- rev: v3.4.0
+ rev: v3.11.0
15
hooks:
16
- id: pyupgrade
17
args: [--py37-plus]
@@ -22,20 +22,20 @@ repos:
22
- id: isort
23
24
- repo: https://github.com/psf/black
25
- rev: 23.3.0
+ rev: 23.9.1
26
27
- id: black
28
29
- repo: https://github.com/PyCQA/flake8
30
- rev: 6.0.0
+ rev: 6.1.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.3.0
+ rev: v1.5.1
39
40
- id: mypy
41
args: [--config-file=pyproject.toml]
0 commit comments