Skip to content

Commit b666df2

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.20.0](asottile/pyupgrade@v3.16.0...v3.20.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.2.0](PyCQA/flake8@7.1.0...7.2.0) - [github.com/packit/pre-commit-hooks: v1.2.0 → v1.3.0](packit/pre-commit-hooks@v1.2.0...v1.3.0)
1 parent 4473bc8 commit b666df2

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,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.20.0
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.2.0
3232
hooks:
3333
- id: flake8
3434
args:
@@ -40,9 +40,9 @@ repos:
4040
# - id: mypy
4141
# args: [--no-strict-optional, --ignore-missing-imports]
4242
- repo: https://github.com/packit/pre-commit-hooks
43-
rev: v1.2.0
43+
rev: v1.3.0
4444
hooks:
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)