Skip to content

Commit 6f62b5c

Browse files
[pre-commit.ci] pre-commit autoupdate (#14)
updates: - [github.com/pre-commit/pre-commit-hooks: v4.5.0 → v4.6.0](pre-commit/pre-commit-hooks@v4.5.0...v4.6.0) - [github.com/hhatto/autopep8: v2.1.0 → v2.1.1](hhatto/autopep8@v2.1.0...v2.1.1) - [github.com/pre-commit/mirrors-mypy: v1.9.0 → v1.10.0](pre-commit/mirrors-mypy@v1.9.0...v1.10.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent e3bc5f5 commit 6f62b5c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v4.5.0
3+
rev: v4.6.0
44
hooks:
55
- id: trailing-whitespace
66
- id: end-of-file-fixer
@@ -19,7 +19,7 @@ repos:
1919
additional_dependencies: [flake8-typing-imports==1.12.0]
2020
args: [--max-line-length=100]
2121
- repo: https://github.com/hhatto/autopep8
22-
rev: v2.1.0
22+
rev: v2.1.1
2323
hooks:
2424
- id: autopep8
2525
- repo: https://github.com/asottile/reorder-python-imports
@@ -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.9.0
41+
rev: v1.10.0
4242
hooks:
4343
- id: mypy
4444
additional_dependencies: [types-all]

0 commit comments

Comments
 (0)