Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#964)
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>
Co-authored-by: J. Nick Koston <[email protected]>
  • Loading branch information
pre-commit-ci[bot] and bdraco authored Sep 9, 2024
1 parent a27f057 commit 039c298
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 039c298

Please sign in to comment.