Skip to content

Commit 00ddd39

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black: 24.4.2 → 25.1.0](psf/black@24.4.2...25.1.0) - [github.com/asottile/pyupgrade: v3.16.0 → v3.19.1](asottile/pyupgrade@v3.16.0...v3.19.1) - [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)
1 parent f66cb52 commit 00ddd39

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

+5-5
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44

55
repos:
66
- repo: https://github.com/psf/black
7-
rev: 24.4.2
7+
rev: 25.1.0
88
hooks:
99
- id: black
1010
- repo: https://github.com/asottile/pyupgrade
11-
rev: v3.16.0
11+
rev: v3.19.1
1212
hooks:
1313
- id: pyupgrade
1414
- repo: https://github.com/pre-commit/mirrors-prettier
@@ -17,7 +17,7 @@ repos:
1717
- id: prettier
1818
exclude: centos_playground/pkg_survey/result*
1919
- repo: https://github.com/pre-commit/pre-commit-hooks
20-
rev: v4.6.0
20+
rev: v5.0.0
2121
hooks:
2222
# - id: check-added-large-files # this is a research repo, we can have big files here
2323
- id: check-ast
@@ -28,7 +28,7 @@ repos:
2828
- id: end-of-file-fixer
2929
- id: trailing-whitespace
3030
- repo: https://github.com/PyCQA/flake8
31-
rev: 7.1.0
31+
rev: 7.1.1
3232
hooks:
3333
- id: flake8
3434
args:
@@ -45,4 +45,4 @@ repos:
4545
- id: check-rebase
4646
args:
4747
- https://github.com/packit/research.git
48-
stages: [manual, push]
48+
stages: [manual, pre-push]

0 commit comments

Comments
 (0)