Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#97)
Browse files Browse the repository at this point in the history
updates:
- [github.com/PyCQA/flake8: 7.0.0 → 7.1.0](PyCQA/flake8@7.0.0...7.1.0)
- [github.com/python-jsonschema/check-jsonschema: 0.28.4 → 0.28.5](python-jsonschema/check-jsonschema@0.28.4...0.28.5)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
pre-commit-ci[bot] authored Jun 20, 2024
1 parent 47abe71 commit 8fc3ff9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ repos:
- --safe

- repo: https://github.com/PyCQA/flake8
rev: 7.0.0
rev: 7.1.0
hooks:
- id: flake8
language_version: python3
Expand All @@ -37,6 +37,6 @@ repos:
- id: codespell

- repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.28.4
rev: 0.28.5
hooks:
- id: check-github-workflows

0 comments on commit 8fc3ff9

Please sign in to comment.