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 b601090 commit 1cf06b1Copy full SHA for 1cf06b1
1 file changed
.pre-commit-config.yaml
@@ -62,7 +62,7 @@ repos:
62
stages: [manual]
63
64
- repo: https://github.com/pre-commit/mirrors-mypy
65
- rev: v0.990
+ rev: v0.991
66
hooks:
67
- id: mypy
68
exclude: "ipykernel.*tests"
@@ -72,7 +72,7 @@ repos:
72
73
74
- repo: https://github.com/john-hen/Flake8-pyproject
75
- rev: 1.1.0.post0
+ rev: 1.2.0
76
77
- id: Flake8-pyproject
78
alias: flake8
@@ -81,13 +81,13 @@ repos:
81
82
83
- repo: https://github.com/pre-commit/mirrors-eslint
84
- rev: v8.27.0
+ rev: v8.28.0
85
86
- id: eslint
87
88
89
- repo: https://github.com/sirosen/check-jsonschema
90
- rev: 0.19.1
+ rev: 0.19.2
91
92
- id: check-jsonschema
93
name: "Check GitHub Workflows"
0 commit comments