Skip to content

Commit b0ff0e2

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/asottile/pyupgrade: v2.7.4 → v3.15.0](asottile/pyupgrade@v2.7.4...v3.15.0) - [github.com/psf/black: 20.8b1 → 24.2.0](psf/black@20.8b1...24.2.0) - https://gitlab.com/pycqa/flake8https://github.com/PyCQA/flake8 - [github.com/PyCQA/flake8: 3.8.4 → 7.0.0](PyCQA/flake8@3.8.4...7.0.0) - [github.com/pycqa/isort: 5.7.0 → 5.13.2](PyCQA/isort@5.7.0...5.13.2) - [github.com/pre-commit/pygrep-hooks: v1.7.0 → v1.10.0](pre-commit/pygrep-hooks@v1.7.0...v1.10.0) - [github.com/pre-commit/pre-commit-hooks: v3.4.0 → v4.5.0](pre-commit/pre-commit-hooks@v3.4.0...v4.5.0) - [github.com/pre-commit/mirrors-prettier: v2.2.1 → v4.0.0-alpha.8](pre-commit/mirrors-prettier@v2.2.1...v4.0.0-alpha.8) - https://github.com/myint/autoflakehttps://github.com/PyCQA/autoflake - [github.com/PyCQA/autoflake: v1.4 → v2.2.1](PyCQA/autoflake@v1.4...v2.2.1)
1 parent f06b20a commit b0ff0e2

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

.pre-commit-config.yaml

+10-10
Original file line numberDiff line numberDiff line change
@@ -1,48 +1,48 @@
11
repos:
22
- repo: https://github.com/asottile/pyupgrade
3-
rev: v2.7.4
3+
rev: v3.15.0
44
hooks:
55
- id: pyupgrade
66
args: ["--py36-plus"]
77

88
- repo: https://github.com/psf/black
9-
rev: 20.8b1
9+
rev: 24.2.0
1010
hooks:
1111
- id: black
1212
args: ["--target-version", "py36"]
1313

14-
- repo: https://gitlab.com/pycqa/flake8
15-
rev: 3.8.4
14+
- repo: https://github.com/PyCQA/flake8
15+
rev: 7.0.0
1616
hooks:
1717
- id: flake8
1818
additional_dependencies: [flake8-2020]
1919

2020
- repo: https://github.com/pycqa/isort
21-
rev: 5.7.0
21+
rev: 5.13.2
2222
hooks:
2323
- id: isort
2424

2525
- repo: https://github.com/pre-commit/pygrep-hooks
26-
rev: v1.7.0
26+
rev: v1.10.0
2727
hooks:
2828
- id: python-check-blanket-noqa
2929

3030
- repo: https://github.com/pre-commit/pre-commit-hooks
31-
rev: v3.4.0
31+
rev: v4.5.0
3232
hooks:
3333
- id: check-merge-conflict
3434
- id: check-toml
3535
- id: check-yaml
3636
- id: mixed-line-ending
3737

3838
- repo: https://github.com/pre-commit/mirrors-prettier
39-
rev: v2.2.1
39+
rev: v4.0.0-alpha.8
4040
hooks:
4141
- id: prettier
4242
args: [--prose-wrap=always, --print-width=88]
4343

44-
- repo: https://github.com/myint/autoflake
45-
rev: v1.4
44+
- repo: https://github.com/PyCQA/autoflake
45+
rev: v2.2.1
4646
hooks:
4747
- id: autoflake
4848
args:

0 commit comments

Comments
 (0)