Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate
Browse files Browse the repository at this point in the history
updates:
- [github.com/python-jsonschema/check-jsonschema: 0.28.1 → 0.28.2](0.28.1...0.28.2)
- [github.com/psf/black-pre-commit-mirror: 24.3.0 → 24.4.2](psf/black-pre-commit-mirror@24.3.0...24.4.2)
- [github.com/sirosen/slyp: 0.6.0 → 0.6.1](sirosen/slyp@0.6.0...0.6.1)
  • Loading branch information
pre-commit-ci[bot] committed Apr 29, 2024
1 parent a3f51d8 commit 0e0be66
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 0e0be66

Please sign in to comment.