We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3fc6131 + 4dff20f commit 214e4e2Copy full SHA for 214e4e2
1 file changed
.pre-commit-config.yaml
@@ -8,7 +8,7 @@ repos:
8
- id: end-of-file-fixer
9
- id: trailing-whitespace
10
- repo: https://github.com/python-jsonschema/check-jsonschema
11
- rev: 0.36.2
+ rev: 0.37.0
12
hooks:
13
- id: check-github-workflows
14
- id: check-dependabot
@@ -19,7 +19,7 @@ repos:
19
- id: black
20
language_version: python3
21
- repo: https://github.com/PyCQA/isort
22
- rev: 8.0.0
+ rev: 8.0.1
23
24
- id: isort
25
- repo: https://github.com/asottile/pyupgrade
0 commit comments