Skip to content

Commit 8af95ea

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/python-jsonschema/check-jsonschema: 0.36.2 → 0.37.0](python-jsonschema/check-jsonschema@0.36.2...0.37.0) - [github.com/PyCQA/isort: 8.0.0 → 8.0.1](PyCQA/isort@8.0.0...8.0.1)
1 parent b72aff7 commit 8af95ea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ repos:
55
- id: check-merge-conflict
66
- id: trailing-whitespace
77
- repo: https://github.com/python-jsonschema/check-jsonschema
8-
rev: 0.36.2
8+
rev: 0.37.0
99
hooks:
1010
- id: check-dependabot
1111
- id: check-github-workflows
@@ -24,7 +24,7 @@ repos:
2424
- id: flake8
2525
additional_dependencies: ['flake8-bugbear==22.12.6']
2626
- repo: https://github.com/PyCQA/isort
27-
rev: 8.0.0
27+
rev: 8.0.1
2828
hooks:
2929
- id: isort
3030
- repo: https://github.com/pre-commit/mirrors-mypy

0 commit comments

Comments
 (0)