Skip to content

Commit 2e93a11

Browse files
[pre-commit.ci] pre-commit autoupdate
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)
1 parent bc86d23 commit 2e93a11

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ ci:
55

66
repos:
77
- repo: https://github.com/python-jsonschema/check-jsonschema.git
8-
rev: 0.27.3
8+
rev: 0.28.6
99
hooks:
1010
- id: check-github-workflows
1111
files: ^\.github/workflows/[^/]+$
@@ -23,14 +23,14 @@ repos:
2323
- id: check-readthedocs
2424

2525
- repo: https://github.com/adrienverge/yamllint.git
26-
rev: v1.33.0
26+
rev: v1.35.1
2727
hooks:
2828
- id: yamllint
2929
args:
3030
- --strict
3131

3232
- repo: https://github.com/PyCQA/flake8.git
33-
rev: 7.0.0
33+
rev: 7.1.0
3434
hooks:
3535
- id: flake8
3636
alias: flake8-no-wps
@@ -105,7 +105,7 @@ repos:
105105
- rst
106106

107107
- repo: https://github.com/pre-commit/mirrors-mypy.git
108-
rev: v1.7.1
108+
rev: v1.10.1
109109
hooks:
110110
- id: mypy
111111
alias: mypy-py313

0 commit comments

Comments
 (0)