Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#1021)
Browse files Browse the repository at this point in the history
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
pre-commit-ci[bot] authored Oct 13, 2024
1 parent c88c567 commit a64c425
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 a64c425

Please sign in to comment.