d2f4f7b150
updates: - [github.com/asottile/pyupgrade: v2.26.0 → v2.28.0](https://github.com/asottile/pyupgrade/compare/v2.26.0...v2.28.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
40 lines
885 B
YAML
40 lines
885 B
YAML
repos:
|
|
- repo: https://github.com/psf/black
|
|
rev: 21.9b0
|
|
hooks:
|
|
- id: black
|
|
language_version: python3
|
|
- repo: https://github.com/pre-commit/mirrors-mypy
|
|
rev: v0.910
|
|
hooks:
|
|
- id: mypy
|
|
- repo: https://github.com/PyCQA/flake8
|
|
rev: 3.9.2
|
|
hooks:
|
|
- id: flake8
|
|
additional_dependencies: [flake8-eradicate==1.0.0]
|
|
- repo: https://github.com/pre-commit/pre-commit-hooks
|
|
rev: v4.0.1
|
|
hooks:
|
|
- id: check-toml
|
|
- id: check-yaml
|
|
- repo: https://github.com/PyCQA/isort
|
|
rev: 5.9.3
|
|
hooks:
|
|
- id: isort
|
|
additional_dependencies: [toml]
|
|
- repo: https://github.com/myint/docformatter
|
|
rev: v1.4
|
|
hooks:
|
|
- id: docformatter
|
|
args: [--in-place]
|
|
- repo: https://github.com/shellcheck-py/shellcheck-py
|
|
rev: v0.7.2.1
|
|
hooks:
|
|
- id: shellcheck
|
|
args: [--exclude, SC1017]
|
|
- repo: https://github.com/asottile/pyupgrade
|
|
rev: v2.28.0
|
|
hooks:
|
|
- id: pyupgrade
|