Skip to content

Commit e3bc5f5

Browse files
[pre-commit.ci] pre-commit autoupdate (#12)
updates: - https://github.com/pre-commit/mirrors-autopep8https://github.com/hhatto/autopep8 - [github.com/hhatto/autopep8: v2.0.4 → v2.1.0](hhatto/autopep8@v2.0.4...v2.1.0) - https://github.com/asottile/reorder_python_importshttps://github.com/asottile/reorder-python-imports - [github.com/asottile/pyupgrade: v3.15.0 → v3.15.2](asottile/pyupgrade@v3.15.0...v3.15.2) - [github.com/pre-commit/mirrors-mypy: v1.8.0 → v1.9.0](pre-commit/mirrors-mypy@v1.8.0...v1.9.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent f17ddda commit e3bc5f5

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,17 +18,17 @@ repos:
1818
- id: flake8
1919
additional_dependencies: [flake8-typing-imports==1.12.0]
2020
args: [--max-line-length=100]
21-
- repo: https://github.com/pre-commit/mirrors-autopep8
22-
rev: v2.0.4
21+
- repo: https://github.com/hhatto/autopep8
22+
rev: v2.1.0
2323
hooks:
2424
- id: autopep8
25-
- repo: https://github.com/asottile/reorder_python_imports
25+
- repo: https://github.com/asottile/reorder-python-imports
2626
rev: v3.12.0
2727
hooks:
2828
- id: reorder-python-imports
2929
args: [--py37-plus, --add-import, 'from __future__ import annotations']
3030
- repo: https://github.com/asottile/pyupgrade
31-
rev: v3.15.0
31+
rev: v3.15.2
3232
hooks:
3333
- id: pyupgrade
3434
args: [--py37-plus]
@@ -38,7 +38,7 @@ repos:
3838
- id: add-trailing-comma
3939
args: [--py36-plus]
4040
- repo: https://github.com/pre-commit/mirrors-mypy
41-
rev: v1.8.0
41+
rev: v1.9.0
4242
hooks:
4343
- id: mypy
4444
additional_dependencies: [types-all]

0 commit comments

Comments
 (0)