Skip to content

Commit 4abfe13

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/python-jsonschema/check-jsonschema: 0.36.1 → 0.37.0](python-jsonschema/check-jsonschema@0.36.1...0.37.0) - [github.com/PyCQA/isort: 7.0.0 → 8.0.1](PyCQA/isort@7.0.0...8.0.1)
1 parent e2a4046 commit 4abfe13

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
@@ -9,7 +9,7 @@ repos:
99
- id: trailing-whitespace
1010
- id: end-of-file-fixer
1111
- repo: https://github.com/python-jsonschema/check-jsonschema
12-
rev: 0.36.1
12+
rev: 0.37.0
1313
hooks:
1414
- id: check-github-workflows
1515
- id: check-dependabot
@@ -31,7 +31,7 @@ repos:
3131
- 'flake8-comprehensions==3.17.0'
3232
- 'flake8-typing-as-t==1.0.0'
3333
- repo: https://github.com/PyCQA/isort
34-
rev: 7.0.0
34+
rev: 8.0.1
3535
hooks:
3636
- id: isort
3737
- repo: https://github.com/sirosen/slyp

0 commit comments

Comments
 (0)