Skip to content

Commit b3a6eb6

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: v2.0.0 → v2.2.0](asottile/setup-cfg-fmt@v2.0.0...v2.2.0) - [github.com/PyCQA/flake8: 5.0.4 → 6.0.0](PyCQA/flake8@5.0.4...6.0.0) - [github.com/pre-commit/mirrors-autopep8: v1.7.0 → v2.0.2](pre-commit/mirrors-autopep8@v1.7.0...v2.0.2) - [github.com/asottile/add-trailing-comma: v2.3.0 → v2.4.0](asottile/add-trailing-comma@v2.3.0...v2.4.0) - [github.com/asottile/pyupgrade: v2.38.2 → v3.4.0](asottile/pyupgrade@v2.38.2...v3.4.0) - [github.com/pre-commit/mirrors-mypy: v0.981 → v1.3.0](pre-commit/mirrors-mypy@v0.981...v1.3.0) - [github.com/pycqa/isort: 5.10.1 → 5.12.0](PyCQA/isort@5.10.1...5.12.0)
1 parent 7d9337b commit b3a6eb6

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

.pre-commit-config.yaml

Lines changed: 8 additions & 8 deletions
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: v2.0.0
11+
rev: v2.2.0
1212
hooks:
1313
- id: setup-cfg-fmt
1414
- repo: https://github.com/PyCQA/flake8
15-
rev: 5.0.4
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.7.0
20+
rev: v2.0.2
2121
hooks:
2222
- id: autopep8
2323
- repo: https://github.com/asottile/add-trailing-comma
24-
rev: v2.3.0
24+
rev: v2.4.0
2525
hooks:
2626
- id: add-trailing-comma
2727
- repo: https://github.com/asottile/pyupgrade
28-
rev: v2.38.2
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.981
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)