Skip to content

Commit cfe4e60

Browse files
chore: pre-commit autoupdate
updates: - [github.com/pre-commit/mirrors-prettier: v3.0.3 → v4.0.0-alpha.8](pre-commit/mirrors-prettier@v3.0.3...v4.0.0-alpha.8) - [github.com/pre-commit/pre-commit-hooks.git: v4.4.0 → v6.0.0](https://github.com/pre-commit/pre-commit-hooks.git/compare/v4.4.0...v6.0.0) - https://github.com/psf/blackhttps://github.com/psf/black-pre-commit-mirror - [github.com/psf/black-pre-commit-mirror: 23.7.0 → 25.9.0](psf/black-pre-commit-mirror@23.7.0...25.9.0) - [github.com/pycqa/flake8.git: 6.1.0 → 7.3.0](https://github.com/pycqa/flake8.git/compare/6.1.0...7.3.0) - [github.com/pre-commit/mirrors-mypy: v1.5.1 → v1.18.2](pre-commit/mirrors-mypy@v1.5.1...v1.18.2) - [github.com/pycqa/pylint: v3.0.0a7 → v3.3.9](pylint-dev/pylint@v3.0.0a7...v3.3.9) - [github.com/jazzband/pip-tools: 7.3.0 → v7.5.1](jazzband/pip-tools@7.3.0...v7.5.1)
1 parent ea764e5 commit cfe4e60

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.pre-commit-config.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,14 @@ ci:
1212
repos:
1313
- repo: https://github.com/pre-commit/mirrors-prettier
1414
# keep it before yamllint
15-
rev: v3.0.3
15+
rev: v4.0.0-alpha.8
1616
hooks:
1717
- id: prettier
1818
additional_dependencies:
1919
- prettier
2020
- prettier-plugin-toml
2121
- repo: https://github.com/pre-commit/pre-commit-hooks.git
22-
rev: v4.4.0
22+
rev: v6.0.0
2323
hooks:
2424
- id: end-of-file-fixer
2525
- id: trailing-whitespace
@@ -28,12 +28,12 @@ repos:
2828
- id: check-executables-have-shebangs
2929
- id: check-merge-conflict
3030
- id: debug-statements
31-
- repo: https://github.com/psf/black
32-
rev: 23.7.0
31+
- repo: https://github.com/psf/black-pre-commit-mirror
32+
rev: 25.9.0
3333
hooks:
3434
- id: black
3535
- repo: https://github.com/pycqa/flake8.git
36-
rev: 6.1.0
36+
rev: 7.3.0
3737
hooks:
3838
- id: flake8
3939
language_version: python3
@@ -42,19 +42,19 @@ repos:
4242
- flake8-docstrings>=1.6.0
4343
- flake8-pytest-style>=1.6.0
4444
- repo: https://github.com/pre-commit/mirrors-mypy
45-
rev: v1.5.1
45+
rev: v1.18.2
4646
hooks:
4747
- id: mypy
4848
# empty args needed in order to match mypy cli behavior
4949
# args: [--strict]
5050
- repo: https://github.com/pycqa/pylint
51-
rev: v3.0.0a7
51+
rev: v3.3.9
5252
hooks:
5353
- id: pylint
5454
additional_dependencies:
5555
- pytest
5656
- repo: https://github.com/jazzband/pip-tools
57-
rev: 7.3.0
57+
rev: v7.5.1
5858
hooks:
5959
- id: pip-compile
6060
entry: pip-compile --resolver=backtracking -q --no-annotate --output-file=requirements.txt pyproject.toml --extra test --strip-extras

0 commit comments

Comments
 (0)