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 e8e3150 commit e9ecc65Copy full SHA for e9ecc65
.pre-commit-config.yaml
@@ -14,7 +14,7 @@ repos:
14
- id: trailing-whitespace
15
16
- repo: https://github.com/asottile/pyupgrade
17
- rev: v3.3.0
+ rev: v3.3.1
18
hooks:
19
- id: pyupgrade
20
args: ["--py37-plus"]
@@ -29,14 +29,14 @@ repos:
29
stages: [manual]
30
31
- repo: https://github.com/PyCQA/isort
32
- rev: 5.10.1
+ rev: 5.11.0
33
34
- id: isort
35
args: ["-a", "from __future__ import annotations"]
36
exclude: ^cibuildwheel/resources/.*py$
37
38
- repo: https://github.com/psf/black
39
- rev: 22.10.0
+ rev: 22.12.0
40
41
- id: black
42
@@ -55,7 +55,7 @@ repos:
55
args: ["--python-version=3.7"]
56
additional_dependencies: &mypy-dependencies
57
- nox
58
- - packaging>=21.0
+ - packaging~=21.0
59
- pygithub
60
- rich
61
- tomli
0 commit comments