Skip to content

Commit a724393

Browse files
chore: pre-commit autoupdate (#166)
updates: - [github.com/pre-commit/mirrors-prettier: v3.0.0-alpha.9-for-vscode → v3.0.1](pre-commit/mirrors-prettier@v3.0.0-alpha.9-for-vscode...v3.0.1) - [github.com/psf/black: 23.3.0 → 23.7.0](psf/black@23.3.0...23.7.0) - [github.com/pycqa/flake8.git: 6.0.0 → 6.1.0](https://github.com/pycqa/flake8.git/compare/6.0.0...6.1.0) - [github.com/jazzband/pip-tools: 6.14.0 → 7.2.0](jazzband/pip-tools@6.14.0...7.2.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent e8d13a0 commit a724393

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
@@ -12,7 +12,7 @@ ci:
1212
repos:
1313
- repo: https://github.com/pre-commit/mirrors-prettier
1414
# keep it before yamllint
15-
rev: v3.0.0-alpha.9-for-vscode
15+
rev: v3.0.1
1616
hooks:
1717
- id: prettier
1818
additional_dependencies:
@@ -29,11 +29,11 @@ repos:
2929
- id: check-merge-conflict
3030
- id: debug-statements
3131
- repo: https://github.com/psf/black
32-
rev: 23.3.0
32+
rev: 23.7.0
3333
hooks:
3434
- id: black
3535
- repo: https://github.com/pycqa/flake8.git
36-
rev: 6.0.0
36+
rev: 6.1.0
3737
hooks:
3838
- id: flake8
3939
language_version: python3
@@ -54,7 +54,7 @@ repos:
5454
additional_dependencies:
5555
- pytest
5656
- repo: https://github.com/jazzband/pip-tools
57-
rev: 6.14.0
57+
rev: 7.2.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)