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.git: 0.27.3 → 0.28.6](https://github.com/python-jsonschema/check-jsonschema.git/compare/0.27.3...0.28.6)
- [github.com/adrienverge/yamllint.git: v1.33.0 → v1.35.1](https://github.com/adrienverge/yamllint.git/compare/v1.33.0...v1.35.1)
- [github.com/PyCQA/flake8.git: 7.0.0 → 7.1.0](https://github.com/PyCQA/flake8.git/compare/7.0.0...7.1.0)
- [github.com/pre-commit/mirrors-mypy.git: v1.7.1 → v1.10.1](https://github.com/pre-commit/mirrors-mypy.git/compare/v1.7.1...v1.10.1)
  • Loading branch information
pre-commit-ci[bot] committed Jul 1, 2024
1 parent bc86d23 commit 2e93a11
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ ci:

repos:
- repo: https://github.com/python-jsonschema/check-jsonschema.git
rev: 0.27.3
rev: 0.28.6
hooks:
- id: check-github-workflows
files: ^\.github/workflows/[^/]+$
Expand All @@ -23,14 +23,14 @@ repos:
- id: check-readthedocs

- repo: https://github.com/adrienverge/yamllint.git
rev: v1.33.0
rev: v1.35.1
hooks:
- id: yamllint
args:
- --strict

- repo: https://github.com/PyCQA/flake8.git
rev: 7.0.0
rev: 7.1.0
hooks:
- id: flake8
alias: flake8-no-wps
Expand Down Expand Up @@ -105,7 +105,7 @@ repos:
- rst

- repo: https://github.com/pre-commit/mirrors-mypy.git
rev: v1.7.1
rev: v1.10.1
hooks:
- id: mypy
alias: mypy-py313
Expand Down

0 comments on commit 2e93a11

Please sign in to comment.