Skip to content

Commit dcd0151

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/python-jsonschema/check-jsonschema: 0.36.1 → 0.36.2](python-jsonschema/check-jsonschema@0.36.1...0.36.2) - [github.com/PyCQA/isort: 7.0.0 → 8.0.0](PyCQA/isort@7.0.0...8.0.0)
1 parent 5affb22 commit dcd0151

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.1
8+
rev: 0.36.2
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: 7.0.0
27+
rev: 8.0.0
2828
hooks:
2929
- id: isort
3030
- repo: https://github.com/pre-commit/mirrors-mypy

0 commit comments

Comments
 (0)