Skip to content

Commit 130e483

Browse files
chore: pre-commit autoupdate
updates: - [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) - [github.com/pre-commit/pre-commit-hooks.git: v4.3.0 → v6.0.0](https://github.com/pre-commit/pre-commit-hooks.git/compare/v4.3.0...v6.0.0) - [github.com/codespell-project/codespell: v2.1.0 → v2.4.1](codespell-project/codespell@v2.1.0...v2.4.1) - [github.com/adrienverge/yamllint.git: v1.27.1 → v1.37.1](https://github.com/adrienverge/yamllint.git/compare/v1.27.1...v1.37.1) - [github.com/PyCQA/isort: 5.10.1 → 7.0.0](PyCQA/isort@5.10.1...7.0.0) - https://github.com/psf/blackhttps://github.com/psf/black-pre-commit-mirror - [github.com/psf/black-pre-commit-mirror: 22.6.0 → 25.12.0](psf/black-pre-commit-mirror@22.6.0...25.12.0) - [github.com/pycqa/flake8.git: 5.0.2 → 7.3.0](https://github.com/pycqa/flake8.git/compare/5.0.2...7.3.0) - [github.com/pre-commit/mirrors-mypy: v0.971 → v1.19.1](pre-commit/mirrors-mypy@v0.971...v1.19.1) - [github.com/pycqa/pylint: v2.14.5 → v4.0.4](pylint-dev/pylint@v2.14.5...v4.0.4)
1 parent 860e1d8 commit 130e483

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

.pre-commit-config.yaml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,14 @@ default_language_version:
1616
repos:
1717
- repo: https://github.com/pre-commit/mirrors-prettier
1818
# keep it before yamllint
19-
rev: "v2.7.1"
19+
rev: "v4.0.0-alpha.8"
2020
hooks:
2121
- id: prettier
2222
additional_dependencies:
2323
- prettier
2424
- prettier-plugin-toml
2525
- repo: https://github.com/pre-commit/pre-commit-hooks.git
26-
rev: v4.3.0
26+
rev: v6.0.0
2727
hooks:
2828
- id: end-of-file-fixer
2929
- id: trailing-whitespace
@@ -39,30 +39,30 @@ repos:
3939
- id: debug-statements
4040
language_version: python3
4141
- repo: https://github.com/codespell-project/codespell
42-
rev: v2.1.0
42+
rev: v2.4.1
4343
hooks:
4444
- id: codespell
4545
- repo: https://github.com/adrienverge/yamllint.git
46-
rev: v1.27.1
46+
rev: v1.37.1
4747
hooks:
4848
- id: yamllint
4949
files: \.(yaml|yml)$
5050
types: [file, yaml]
5151
entry: yamllint --strict
5252
- repo: https://github.com/PyCQA/isort
53-
rev: 5.10.1
53+
rev: 7.0.0
5454
hooks:
5555
- id: isort
5656
args:
5757
# https://github.com/pre-commit/mirrors-isort/issues/9#issuecomment-624404082
5858
- --filter-files
59-
- repo: https://github.com/psf/black
60-
rev: 22.6.0
59+
- repo: https://github.com/psf/black-pre-commit-mirror
60+
rev: 25.12.0
6161
hooks:
6262
- id: black
6363
language_version: python3
6464
- repo: https://github.com/pycqa/flake8.git
65-
rev: 5.0.2
65+
rev: 7.3.0
6666
hooks:
6767
- id: flake8
6868
language_version: python3
@@ -73,15 +73,15 @@ repos:
7373
- flake8-rst-docstrings>=0.2.3
7474
- flake8-rst>=0.8.0
7575
- repo: https://github.com/pre-commit/mirrors-mypy
76-
rev: v0.971
76+
rev: v1.19.1
7777
hooks:
7878
- id: mypy
7979
# empty args needed in order to match mypy cli behavior
8080
args: ["--strict"]
8181
additional_dependencies:
8282
- pytest
8383
- repo: https://github.com/pycqa/pylint
84-
rev: v2.14.5
84+
rev: v4.0.4
8585
hooks:
8686
- id: pylint
8787
additional_dependencies:

0 commit comments

Comments
 (0)