Skip to content

Commit 4d2d645

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.4.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.4.0...v5.0.0) - [github.com/asottile/setup-cfg-fmt: v2.2.0 → v2.7.0](asottile/setup-cfg-fmt@v2.2.0...v2.7.0) - [github.com/PyCQA/flake8: 6.0.0 → 7.1.2](PyCQA/flake8@6.0.0...7.1.2) - https://github.com/pre-commit/mirrors-autopep8https://github.com/hhatto/autopep8 - [github.com/hhatto/autopep8: v2.0.1 → v2.3.2](hhatto/autopep8@v2.0.1...v2.3.2) - [github.com/asottile/add-trailing-comma: v2.4.0 → v3.1.0](asottile/add-trailing-comma@v2.4.0...v3.1.0) - [github.com/asottile/pyupgrade: v3.3.1 → v3.19.1](asottile/pyupgrade@v3.3.1...v3.19.1) - [github.com/pre-commit/mirrors-mypy: v0.991 → v1.15.0](pre-commit/mirrors-mypy@v0.991...v1.15.0) - [github.com/pycqa/isort: 5.12.0 → 6.0.1](PyCQA/isort@5.12.0...6.0.1)
1 parent df396a8 commit 4d2d645

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
@@ -1,45 +1,45 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v4.4.0
3+
rev: v5.0.0
44
hooks:
55
- id: debug-statements
66
- id: double-quote-string-fixer
77
- id: end-of-file-fixer
88
- id: requirements-txt-fixer
99
- id: trailing-whitespace
1010
- repo: https://github.com/asottile/setup-cfg-fmt
11-
rev: v2.2.0
11+
rev: v2.7.0
1212
hooks:
1313
- id: setup-cfg-fmt
1414
- repo: https://github.com/dannysepler/rm_unneeded_f_str
1515
rev: v0.2.0
1616
hooks:
1717
- id: rm-unneeded-f-str
1818
- repo: https://github.com/PyCQA/flake8
19-
rev: 6.0.0
19+
rev: 7.1.2
2020
hooks:
2121
- id: flake8
2222
additional_dependencies: [flake8-typing-imports==1.14.0]
23-
- repo: https://github.com/pre-commit/mirrors-autopep8
24-
rev: v2.0.1
23+
- repo: https://github.com/hhatto/autopep8
24+
rev: v2.3.2
2525
hooks:
2626
- id: autopep8
2727
- repo: https://github.com/asottile/add-trailing-comma
28-
rev: v2.4.0
28+
rev: v3.1.0
2929
hooks:
3030
- id: add-trailing-comma
3131
- repo: https://github.com/asottile/pyupgrade
32-
rev: v3.3.1
32+
rev: v3.19.1
3333
hooks:
3434
- id: pyupgrade
3535
args: [--py37-plus]
3636
- repo: https://github.com/pre-commit/mirrors-mypy
37-
rev: v0.991
37+
rev: v1.15.0
3838
hooks:
3939
- id: mypy
4040
exclude: ^tests/
4141
- repo: https://github.com/pycqa/isort
42-
rev: 5.12.0
42+
rev: 6.0.1
4343
hooks:
4444
- id: isort
4545
name: isort

0 commit comments

Comments
 (0)