Skip to content

Commit 5f67e08

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/mirrors-prettier: v3.0.0-alpha.9-for-vscode → v4.0.0-alpha.8](pre-commit/mirrors-prettier@v3.0.0-alpha.9-for-vscode...v4.0.0-alpha.8) - [github.com/PyCQA/flake8: 6.0.0 → 7.1.0](PyCQA/flake8@6.0.0...7.1.0) - [github.com/asottile/pyupgrade: v3.3.2 → v3.16.0](asottile/pyupgrade@v3.3.2...v3.16.0) - [github.com/pycqa/isort: 5.12.0 → 5.13.2](PyCQA/isort@5.12.0...5.13.2) - [github.com/psf/black: 23.3.0 → 24.4.2](psf/black@23.3.0...24.4.2) - [github.com/pre-commit/pre-commit-hooks: v4.4.0 → v4.6.0](pre-commit/pre-commit-hooks@v4.4.0...v4.6.0)
1 parent e5bea60 commit 5f67e08

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.pre-commit-config.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,29 +3,29 @@ ci:
33

44
repos:
55
- repo: https://github.com/pre-commit/mirrors-prettier
6-
rev: v3.0.0-alpha.9-for-vscode
6+
rev: v4.0.0-alpha.8
77
hooks:
88
- id: prettier
99
- repo: https://github.com/PyCQA/flake8
10-
rev: 6.0.0
10+
rev: 7.1.0
1111
hooks:
1212
- id: flake8
1313
- repo: https://github.com/asottile/pyupgrade
14-
rev: v3.3.2
14+
rev: v3.16.0
1515
hooks:
1616
- id: pyupgrade
1717
args:
1818
- --py36-plus
1919
- repo: https://github.com/pycqa/isort
20-
rev: 5.12.0
20+
rev: 5.13.2
2121
hooks:
2222
- id: isort
2323
name: isort (python)
2424
- repo: https://github.com/psf/black
25-
rev: 23.3.0
25+
rev: 24.4.2
2626
hooks:
2727
- id: black
2828
- repo: https://github.com/pre-commit/pre-commit-hooks
29-
rev: v4.4.0
29+
rev: v4.6.0
3030
hooks:
3131
- id: end-of-file-fixer

0 commit comments

Comments
 (0)