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.
2 parents 17ecd45 + 8233369 commit d81ef47Copy full SHA for d81ef47
.pre-commit-config.yaml
@@ -7,7 +7,7 @@ ci:
7
8
repos:
9
- repo: https://github.com/asottile/pyupgrade
10
- rev: v3.17.0
+ rev: v3.19.0
11
hooks:
12
- id: pyupgrade
13
args: [--py38-plus]
@@ -58,15 +58,15 @@ repos:
58
# """
59
##
60
- repo: https://github.com/mgedmin/check-manifest
61
- rev: "0.49"
+ rev: "0.50"
62
63
- id: check-manifest
64
- repo: https://github.com/regebro/pyroma
65
rev: "4.2"
66
67
- id: pyroma
68
- repo: https://github.com/mgedmin/check-python-versions
69
- rev: "0.22.0"
+ rev: "0.22.1"
70
71
- id: check-python-versions
72
args: ['--only', 'setup.py,pyproject.toml']
0 commit comments