Skip to content

Commit

Permalink
Merge pull request #419 from python-jsonschema/pre-commit-ci-update-c…
Browse files Browse the repository at this point in the history
…onfig

[pre-commit.ci] pre-commit autoupdate
  • Loading branch information
sirosen committed May 1, 2024
2 parents 4f01ee5 + 0e0be66 commit 229943d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
repos:
# dogfood
- repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.28.1
rev: 0.28.2
hooks:
- id: check-dependabot
- id: check-github-workflows
Expand All @@ -19,7 +19,7 @@ repos:
- id: check-merge-conflict
- id: trailing-whitespace
- repo: https://github.com/psf/black-pre-commit-mirror
rev: 24.3.0
rev: 24.4.2
hooks:
- id: black
- repo: https://github.com/PyCQA/flake8
Expand All @@ -31,7 +31,7 @@ repos:
- 'flake8-typing-as-t==0.0.3'
- 'flake8-comprehensions==3.14.0'
- repo: https://github.com/sirosen/slyp
rev: 0.6.0
rev: 0.6.1
hooks:
- id: slyp
- repo: https://github.com/PyCQA/isort
Expand Down

0 comments on commit 229943d

Please sign in to comment.