Skip to content

Commit 40fd2ef

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 → v5.0.0](https://github.com/pre-commit/pre-commit-hooks.git/compare/v4.4.0...v5.0.0) - [github.com/psf/black: 23.7.0 → 25.1.0](psf/black@23.7.0...25.1.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.17.1](pre-commit/mirrors-mypy@v1.5.1...v1.17.1) - [github.com/pycqa/pylint: v3.0.0a7 → v3.3.7](pylint-dev/pylint@v3.0.0a7...v3.3.7) - [github.com/jazzband/pip-tools: 7.3.0 → v7.5.0](jazzband/pip-tools@7.3.0...v7.5.0)
1 parent ea764e5 commit 40fd2ef

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.pre-commit-config.yaml

Lines changed: 7 additions & 7 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: v5.0.0
2323
hooks:
2424
- id: end-of-file-fixer
2525
- id: trailing-whitespace
@@ -29,11 +29,11 @@ repos:
2929
- id: check-merge-conflict
3030
- id: debug-statements
3131
- repo: https://github.com/psf/black
32-
rev: 23.7.0
32+
rev: 25.1.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.17.1
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.7
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.0
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)