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.28.6 → 0.29.3](https://github.com/python-jsonschema/check-jsonschema.git/compare/0.28.6...0.29.3)
- [github.com/PyCQA/flake8.git: 7.1.0 → 7.1.1](https://github.com/PyCQA/flake8.git/compare/7.1.0...7.1.1)
- [github.com/pre-commit/mirrors-mypy.git: v1.10.1 → v1.11.2](https://github.com/pre-commit/mirrors-mypy.git/compare/v1.10.1...v1.11.2)
  • Loading branch information
pre-commit-ci[bot] authored Oct 7, 2024
1 parent eff79eb commit c017131
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
Expand Up @@ -5,7 +5,7 @@ ci:

repos:
- repo: https://github.com/python-jsonschema/check-jsonschema.git
rev: 0.28.6
rev: 0.29.3
hooks:
- id: check-github-workflows
files: ^\.github/workflows/[^/]+$
Expand All @@ -30,7 +30,7 @@ repos:
- --strict

- repo: https://github.com/PyCQA/flake8.git
rev: 7.1.0
rev: 7.1.1
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.10.1
rev: v1.11.2
hooks:
- id: mypy
alias: mypy-py313
Expand Down

0 comments on commit c017131

Please sign in to comment.