Skip to content

Commit 650dcbd

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black: 22.3.0 → 24.3.0](psf/black@22.3.0...24.3.0) - [github.com/pre-commit/pre-commit-hooks: v4.2.0 → v4.5.0](pre-commit/pre-commit-hooks@v4.2.0...v4.5.0) - https://github.com/myint/autoflakehttps://github.com/PyCQA/autoflake - [github.com/PyCQA/autoflake: v1.4 → v2.3.1](PyCQA/autoflake@v1.4...v2.3.1) - [github.com/PyCQA/flake8: 4.0.1 → 7.0.0](PyCQA/flake8@4.0.1...7.0.0) - https://github.com/asottile/reorder_python_importshttps://github.com/asottile/reorder-python-imports - [github.com/asottile/reorder-python-imports: v3.1.0 → v3.12.0](asottile/reorder-python-imports@v3.1.0...v3.12.0) - [github.com/asottile/pyupgrade: v2.32.1 → v3.15.2](asottile/pyupgrade@v2.32.1...v3.15.2) - [github.com/rhysd/actionlint: v1.6.25 → v1.6.27](rhysd/actionlint@v1.6.25...v1.6.27)
1 parent 200b5ce commit 650dcbd

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.pre-commit-config.yaml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
repos:
22
- repo: https://github.com/psf/black
3-
rev: 22.3.0
3+
rev: 24.3.0
44
hooks:
55
- id: black
66
args: [--safe, --quiet]
77

88
- repo: https://github.com/pre-commit/pre-commit-hooks
9-
rev: v4.2.0
9+
rev: v4.5.0
1010
hooks:
1111
- id: trailing-whitespace
1212
- id: end-of-file-fixer
@@ -15,8 +15,8 @@ repos:
1515
- id: check-yaml
1616
language_version: python3
1717

18-
- repo: https://github.com/myint/autoflake
19-
rev: v1.4
18+
- repo: https://github.com/PyCQA/autoflake
19+
rev: v2.3.1
2020
hooks:
2121
- id: autoflake
2222
name: autoflake
@@ -25,25 +25,25 @@ repos:
2525
files: \.py$
2626

2727
- repo: https://github.com/PyCQA/flake8
28-
rev: 4.0.1
28+
rev: 7.0.0
2929
hooks:
3030
- id: flake8
3131
language_version: python3
3232

33-
- repo: https://github.com/asottile/reorder_python_imports
34-
rev: v3.1.0
33+
- repo: https://github.com/asottile/reorder-python-imports
34+
rev: v3.12.0
3535
hooks:
3636
- id: reorder-python-imports
3737
args: [--py3-plus]
3838

3939
- repo: https://github.com/asottile/pyupgrade
40-
rev: v2.32.1
40+
rev: v3.15.2
4141
hooks:
4242
- id: pyupgrade
4343
args: [--py3-plus]
4444

4545
- repo: https://github.com/rhysd/actionlint
46-
rev: v1.6.25
46+
rev: v1.6.27
4747
hooks:
4848
- id: actionlint-docker
4949

0 commit comments

Comments
 (0)