Skip to content

Commit cd3f3d6

Browse files
⬆️ [pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.4.0 → v4.6.0](pre-commit/pre-commit-hooks@v4.4.0...v4.6.0) - [github.com/abravalheri/validate-pyproject: v0.12.1 → v0.18](abravalheri/validate-pyproject@v0.12.1...v0.18) - [github.com/python-jsonschema/check-jsonschema: 0.22.0 → 0.28.4](python-jsonschema/check-jsonschema@0.22.0...0.28.4) - https://github.com/charliermarsh/ruff-pre-commithttps://github.com/astral-sh/ruff-pre-commit - [github.com/astral-sh/ruff-pre-commit: v0.0.256 → v0.4.7](astral-sh/ruff-pre-commit@v0.0.256...v0.4.7) - [github.com/psf/black: 23.1.0 → 24.4.2](psf/black@23.1.0...24.4.2) - [github.com/pre-commit/mirrors-mypy: v1.1.1 → v1.10.0](pre-commit/mirrors-mypy@v1.1.1...v1.10.0) - [github.com/codespell-project/codespell: v2.2.4 → v2.3.0](codespell-project/codespell@v2.2.4...v2.3.0) - [github.com/pre-commit/mirrors-prettier: v2.7.1 → v4.0.0-alpha.8](pre-commit/mirrors-prettier@v2.7.1...v4.0.0-alpha.8)
1 parent 5bd250b commit cd3f3d6

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

.pre-commit-config.yaml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ default_language_version:
1111

1212
repos:
1313
- repo: https://github.com/pre-commit/pre-commit-hooks
14-
rev: v4.4.0
14+
rev: v4.6.0
1515
hooks:
1616
- id: check-json
1717
- id: check-toml
@@ -20,41 +20,41 @@ repos:
2020
- id: end-of-file-fixer
2121
- id: trailing-whitespace
2222
- repo: https://github.com/abravalheri/validate-pyproject
23-
rev: v0.12.1
23+
rev: v0.18
2424
hooks:
2525
- id: validate-pyproject
2626
name: validate pyproject.toml
2727
- repo: https://github.com/python-jsonschema/check-jsonschema
28-
rev: 0.22.0
28+
rev: 0.28.4
2929
hooks:
3030
- id: check-github-workflows
3131
name: validate github workflows
3232
- id: check-readthedocs
3333
name: validate readthedocs config
34-
- repo: https://github.com/charliermarsh/ruff-pre-commit
35-
rev: v0.0.256
34+
- repo: https://github.com/astral-sh/ruff-pre-commit
35+
rev: v0.4.7
3636
hooks:
3737
- id: ruff
3838
args:
3939
- --fix
4040
- --exit-non-zero-on-fix
4141
- --show-fixes
4242
- repo: https://github.com/psf/black
43-
rev: 23.1.0
43+
rev: 24.4.2
4444
hooks:
4545
- id: black
4646
- repo: https://github.com/pre-commit/mirrors-mypy
47-
rev: v1.1.1
47+
rev: v1.10.0
4848
hooks:
4949
- id: mypy
5050
additional_dependencies:
5151
- types-requests
5252
- repo: https://github.com/codespell-project/codespell
53-
rev: v2.2.4
53+
rev: v2.3.0
5454
hooks:
5555
- id: codespell
5656
- repo: https://github.com/pre-commit/mirrors-prettier
57-
rev: v2.7.1
57+
rev: v4.0.0-alpha.8
5858
hooks:
5959
- id: prettier
6060
additional_dependencies:

0 commit comments

Comments
 (0)