Skip to content

Commit 16e6fee

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/python-jsonschema/check-jsonschema.git: 0.29.1 → 0.30.0](https://github.com/python-jsonschema/check-jsonschema.git/compare/0.29.1...0.30.0) - [github.com/pre-commit/pre-commit-hooks.git: v4.6.0 → v5.0.0](https://github.com/pre-commit/pre-commit-hooks.git/compare/v4.6.0...v5.0.0) - [github.com/pre-commit/mirrors-mypy.git: v1.11.2 → v1.14.1](https://github.com/pre-commit/mirrors-mypy.git/compare/v1.11.2...v1.14.1) - [github.com/PyCQA/pylint.git: v3.2.6 → v3.3.3](https://github.com/PyCQA/pylint.git/compare/v3.2.6...v3.3.3)
1 parent 09b5e5c commit 16e6fee

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
@@ -24,7 +24,7 @@ repos:
2424
- id: remove-tabs
2525

2626
- repo: https://github.com/python-jsonschema/check-jsonschema.git
27-
rev: 0.29.1
27+
rev: 0.30.0
2828
hooks:
2929
- id: check-github-workflows
3030
files: ^\.github/workflows/[^/]+$
@@ -47,7 +47,7 @@ repos:
4747
files: README.rst
4848

4949
- repo: https://github.com/pre-commit/pre-commit-hooks.git
50-
rev: v4.6.0
50+
rev: v5.0.0
5151
hooks:
5252
# Side-effects:
5353
- id: trailing-whitespace
@@ -125,7 +125,7 @@ repos:
125125
language_version: python3.11 # flake8-commas doesn't work w/ Python 3.12
126126

127127
- repo: https://github.com/pre-commit/mirrors-mypy.git
128-
rev: v1.11.2
128+
rev: v1.14.1
129129
hooks:
130130
- id: mypy
131131
alias: mypy-py313
@@ -209,7 +209,7 @@ repos:
209209
pass_filenames: false
210210

211211
- repo: https://github.com/PyCQA/pylint.git
212-
rev: v3.2.6
212+
rev: v3.3.3
213213
hooks:
214214
- id: pylint
215215
additional_dependencies:

0 commit comments

Comments
 (0)