Skip to content

Commit d1f82d5

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black: 23.10.1 → 24.4.2](psf/black@23.10.1...24.4.2) - [github.com/asottile/pyupgrade: v3.15.0 → v3.16.0](asottile/pyupgrade@v3.15.0...v3.16.0) - [github.com/pre-commit/mirrors-prettier: v3.0.3 → v4.0.0-alpha.8](pre-commit/mirrors-prettier@v3.0.3...v4.0.0-alpha.8) - [github.com/pre-commit/pre-commit-hooks: v4.5.0 → v4.6.0](pre-commit/pre-commit-hooks@v4.5.0...v4.6.0) - [github.com/PyCQA/flake8: 6.1.0 → 7.1.0](PyCQA/flake8@6.1.0...7.1.0)
1 parent 39b1011 commit d1f82d5

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,20 +4,20 @@
44

55
repos:
66
- repo: https://github.com/psf/black
7-
rev: 23.10.1
7+
rev: 24.4.2
88
hooks:
99
- id: black
1010
- repo: https://github.com/asottile/pyupgrade
11-
rev: v3.15.0
11+
rev: v3.16.0
1212
hooks:
1313
- id: pyupgrade
1414
- repo: https://github.com/pre-commit/mirrors-prettier
15-
rev: v3.0.3
15+
rev: v4.0.0-alpha.8
1616
hooks:
1717
- id: prettier
1818
exclude: centos_playground/pkg_survey/result*
1919
- repo: https://github.com/pre-commit/pre-commit-hooks
20-
rev: v4.5.0
20+
rev: v4.6.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: 6.1.0
31+
rev: 7.1.0
3232
hooks:
3333
- id: flake8
3434
args:

0 commit comments

Comments
 (0)