Skip to content

Commit 287c6ec

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.3.0 → v4.4.0](pre-commit/pre-commit-hooks@v4.3.0...v4.4.0) - [github.com/asottile/setup-cfg-fmt: v1.20.1 → v2.2.0](asottile/setup-cfg-fmt@v1.20.1...v2.2.0) - [github.com/PyCQA/flake8: 4.0.1 → 6.0.0](PyCQA/flake8@4.0.1...6.0.0) - [github.com/pre-commit/mirrors-autopep8: v1.6.0 → v2.0.2](pre-commit/mirrors-autopep8@v1.6.0...v2.0.2) - [github.com/asottile/add-trailing-comma: v2.2.3 → v2.4.0](asottile/add-trailing-comma@v2.2.3...v2.4.0) - [github.com/asottile/pyupgrade: v2.34.0 → v3.4.0](asottile/pyupgrade@v2.34.0...v3.4.0) - [github.com/pre-commit/mirrors-mypy: v0.961 → v1.3.0](pre-commit/mirrors-mypy@v0.961...v1.3.0) - [github.com/pycqa/isort: 5.10.1 → 5.12.0](PyCQA/isort@5.10.1...5.12.0)
1 parent a897081 commit 287c6ec

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.pre-commit-config.yaml

+8-8
Original file line numberDiff line numberDiff line change
@@ -1,41 +1,41 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v4.3.0
3+
rev: v4.4.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: v1.20.1
11+
rev: v2.2.0
1212
hooks:
1313
- id: setup-cfg-fmt
1414
- repo: https://github.com/PyCQA/flake8
15-
rev: 4.0.1
15+
rev: 6.0.0
1616
hooks:
1717
- id: flake8
1818
additional_dependencies: [flake8-typing-imports==1.7.0]
1919
- repo: https://github.com/pre-commit/mirrors-autopep8
20-
rev: v1.6.0
20+
rev: v2.0.2
2121
hooks:
2222
- id: autopep8
2323
- repo: https://github.com/asottile/add-trailing-comma
24-
rev: v2.2.3
24+
rev: v2.4.0
2525
hooks:
2626
- id: add-trailing-comma
2727
- repo: https://github.com/asottile/pyupgrade
28-
rev: v2.34.0
28+
rev: v3.4.0
2929
hooks:
3030
- id: pyupgrade
3131
args: [--py37-plus]
3232
- repo: https://github.com/pre-commit/mirrors-mypy
33-
rev: v0.961
33+
rev: v1.3.0
3434
hooks:
3535
- id: mypy
3636
exclude: ^tests/
3737
- repo: https://github.com/pycqa/isort
38-
rev: 5.10.1
38+
rev: 5.12.0
3939
hooks:
4040
- id: isort
4141
name: isort

0 commit comments

Comments
 (0)