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 5f84e96 commit cd060daCopy full SHA for cd060da
.pre-commit-config.yaml
@@ -30,7 +30,7 @@ repos:
30
files: \.py$
31
32
- repo: https://github.com/pre-commit/mirrors-mypy
33
- rev: v0.990
+ rev: v0.991
34
hooks:
35
- id: mypy
36
additional_dependencies: [types-requests]
@@ -61,7 +61,7 @@ repos:
61
stages: [manual]
62
63
- repo: https://github.com/john-hen/Flake8-pyproject
64
- rev: 1.1.0.post0
+ rev: 1.2.0
65
66
- id: Flake8-pyproject
67
alias: flake8
@@ -70,12 +70,12 @@ repos:
70
71
72
- repo: https://github.com/pre-commit/mirrors-eslint
73
- rev: v8.27.0
+ rev: v8.28.0
74
75
- id: eslint
76
77
78
- repo: https://github.com/python-jsonschema/check-jsonschema
79
- rev: 0.19.1
+ rev: 0.19.2
80
81
- id: check-github-workflows
0 commit comments