Skip to content

Commit 45c4a2e

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/asottile/pyupgrade: v3.16.0 → v3.19.0](asottile/pyupgrade@v3.16.0...v3.19.0) - [github.com/psf/black: 24.4.2 → 24.10.0](psf/black@24.4.2...24.10.0) - [github.com/pre-commit/pre-commit-hooks: v4.6.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.6.0...v5.0.0) - [github.com/PyCQA/flake8: 7.1.0 → 7.1.1](PyCQA/flake8@7.1.0...7.1.1) - [github.com/pre-commit/mirrors-mypy: v1.10.1 → v1.13.0](pre-commit/mirrors-mypy@v1.10.1...v1.13.0)
1 parent f2da01a commit 45c4a2e

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
@@ -4,19 +4,19 @@
44

55
repos:
66
- repo: https://github.com/asottile/pyupgrade
7-
rev: v3.16.0
7+
rev: v3.19.0
88
hooks:
99
- id: pyupgrade
1010
- repo: https://github.com/psf/black
11-
rev: 24.4.2
11+
rev: 24.10.0
1212
hooks:
1313
- id: black
1414
- repo: https://github.com/pre-commit/mirrors-prettier
1515
rev: v4.0.0-alpha.8
1616
hooks:
1717
- id: prettier
1818
- repo: https://github.com/pre-commit/pre-commit-hooks
19-
rev: v4.6.0
19+
rev: v5.0.0
2020
hooks:
2121
- id: check-added-large-files
2222
- id: check-ast
@@ -31,13 +31,13 @@ repos:
3131
- id: mixed-line-ending
3232
- id: trailing-whitespace
3333
- repo: https://github.com/PyCQA/flake8
34-
rev: 7.1.0
34+
rev: 7.1.1
3535
hooks:
3636
- id: flake8
3737
args:
3838
- --max-line-length=100
3939
- repo: https://github.com/pre-commit/mirrors-mypy
40-
rev: v1.10.1
40+
rev: v1.13.0
4141
hooks:
4242
- id: mypy
4343
- repo: https://github.com/packit/pre-commit-hooks
@@ -46,4 +46,4 @@ repos:
4646
- id: check-rebase
4747
args:
4848
- https://github.com/packit/prepare-release.git
49-
stages: [manual, push]
49+
stages: [manual, pre-push]

0 commit comments

Comments
 (0)