Skip to content

Commit 013e7a6

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/asottile/pyupgrade: v2.26.0 → v3.16.0](asottile/pyupgrade@v2.26.0...v3.16.0) - [github.com/psf/black: 21.9b0 → 24.4.2](psf/black@21.9b0...24.4.2) - [github.com/PyCQA/flake8: 3.9.2 → 7.1.0](PyCQA/flake8@3.9.2...7.1.0) - [github.com/pre-commit/pygrep-hooks: v1.9.0 → v1.10.0](pre-commit/pygrep-hooks@v1.9.0...v1.10.0) - [github.com/pre-commit/pre-commit-hooks: v4.0.1 → v4.6.0](pre-commit/pre-commit-hooks@v4.0.1...v4.6.0) - [github.com/pre-commit/mirrors-prettier: v2.4.1 → v4.0.0-alpha.8](pre-commit/mirrors-prettier@v2.4.1...v4.0.0-alpha.8) - 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/mgedmin/check-manifest: 0.46 → 0.49](mgedmin/check-manifest@0.46...0.49)
1 parent 4bfe289 commit 013e7a6

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.pre-commit-config.yaml

+9-9
Original file line numberDiff line numberDiff line change
@@ -3,43 +3,43 @@ ci:
33

44
repos:
55
- repo: https://github.com/asottile/pyupgrade
6-
rev: v2.26.0
6+
rev: v3.16.0
77
hooks:
88
- id: pyupgrade
99
args: ["--py36-plus"]
1010

1111
- repo: https://github.com/psf/black
12-
rev: 21.9b0
12+
rev: 24.4.2
1313
hooks:
1414
- id: black
1515
args: ["--target-version", "py36"]
1616

1717
- repo: https://github.com/PyCQA/flake8
18-
rev: 3.9.2
18+
rev: 7.1.0
1919
hooks:
2020
- id: flake8
2121

2222
- repo: https://github.com/pre-commit/pygrep-hooks
23-
rev: v1.9.0
23+
rev: v1.10.0
2424
hooks:
2525
- id: python-check-blanket-noqa
2626

2727
- repo: https://github.com/pre-commit/pre-commit-hooks
28-
rev: v4.0.1
28+
rev: v4.6.0
2929
hooks:
3030
- id: check-merge-conflict
3131
- id: check-toml
3232
- id: check-yaml
3333
- id: mixed-line-ending
3434

3535
- repo: https://github.com/pre-commit/mirrors-prettier
36-
rev: v2.4.1
36+
rev: v4.0.0-alpha.8
3737
hooks:
3838
- id: prettier
3939
args: [--prose-wrap=always, --print-width=88]
4040

41-
- repo: https://github.com/myint/autoflake
42-
rev: v1.4
41+
- repo: https://github.com/PyCQA/autoflake
42+
rev: v2.3.1
4343
hooks:
4444
- id: autoflake
4545
args:
@@ -50,6 +50,6 @@ repos:
5050
- --remove-unused-variables
5151

5252
- repo: https://github.com/mgedmin/check-manifest
53-
rev: "0.46"
53+
rev: "0.49"
5454
hooks:
5555
- id: check-manifest

0 commit comments

Comments
 (0)