Skip to content

Commit 122da08

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - https://github.com/myint/autoflakehttps://github.com/PyCQA/autoflake - [github.com/PyCQA/autoflake: v1.5.3 → v2.0.0](PyCQA/autoflake@v1.5.3...v2.0.0) - [github.com/asottile/reorder_python_imports: v3.8.2 → v3.9.0](asottile/reorder-python-imports@v3.8.2...v3.9.0) - [github.com/psf/black: 22.3.0 → 22.12.0](psf/black@22.3.0...22.12.0) - [github.com/pre-commit/pre-commit-hooks: v4.2.0 → v4.4.0](pre-commit/pre-commit-hooks@v4.2.0...v4.4.0) - [github.com/pre-commit/mirrors-mypy: v0.971 → v0.991](pre-commit/mirrors-mypy@v0.971...v0.991)
1 parent 8f8aaa3 commit 122da08

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.pre-commit-config.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,27 @@
11
default_language_version:
22
python: "3.10"
33
repos:
4-
- repo: https://github.com/myint/autoflake
5-
rev: v1.5.3
4+
- repo: https://github.com/PyCQA/autoflake
5+
rev: v2.0.0
66
hooks:
77
- id: autoflake
88
name: autoflake
99
args: [ "--in-place", "--remove-unused-variables", "--remove-all-unused-imports" ]
1010
language: python
1111
files: \.py$
1212
- repo: https://github.com/asottile/reorder_python_imports
13-
rev: v3.8.2
13+
rev: v3.9.0
1414
hooks:
1515
- id: reorder-python-imports
1616
args: ['--application-directories=.:src']
1717
name: reorder python imports
1818
- repo: https://github.com/psf/black
19-
rev: 22.3.0
19+
rev: 22.12.0
2020
hooks:
2121
- id: black
2222
args: [--safe, --quiet]
2323
- repo: https://github.com/pre-commit/pre-commit-hooks
24-
rev: v4.2.0
24+
rev: v4.4.0
2525
hooks:
2626
- id: trailing-whitespace
2727
- id: end-of-file-fixer
@@ -34,7 +34,7 @@ repos:
3434
language: python
3535
additional_dependencies: [pygments, restructuredtext_lint]
3636
- repo: https://github.com/pre-commit/mirrors-mypy
37-
rev: v0.971
37+
rev: v0.991
3838
hooks:
3939
- id: mypy
4040
files: src/

0 commit comments

Comments
 (0)