2017-09-08 10:22:03 +08:00
|
|
|
repos:
|
2015-12-26 01:37:18 +08:00
|
|
|
- repo: https://github.com/pre-commit/pre-commit-hooks
|
2022-11-24 03:35:47 +08:00
|
|
|
rev: v4.4.0
|
2014-03-15 05:23:08 +08:00
|
|
|
hooks:
|
2014-03-24 14:10:35 +08:00
|
|
|
- id: trailing-whitespace
|
|
|
|
- id: end-of-file-fixer
|
2014-04-04 13:23:50 +08:00
|
|
|
- id: check-yaml
|
|
|
|
- id: debug-statements
|
2019-02-12 11:57:37 +08:00
|
|
|
- id: double-quote-string-fixer
|
2022-03-26 02:12:21 +08:00
|
|
|
- id: name-tests-test
|
2015-01-05 08:05:20 +08:00
|
|
|
- id: requirements-txt-fixer
|
2022-03-26 02:12:21 +08:00
|
|
|
- repo: https://github.com/asottile/setup-cfg-fmt
|
2022-11-01 07:27:38 +08:00
|
|
|
rev: v2.2.0
|
2018-10-12 08:19:35 +08:00
|
|
|
hooks:
|
2022-03-26 02:12:21 +08:00
|
|
|
- id: setup-cfg-fmt
|
2015-12-26 01:37:18 +08:00
|
|
|
- repo: https://github.com/asottile/reorder_python_imports
|
2022-11-01 07:27:38 +08:00
|
|
|
rev: v3.9.0
|
2015-01-05 08:05:20 +08:00
|
|
|
hooks:
|
|
|
|
- id: reorder-python-imports
|
2022-01-16 08:24:05 +08:00
|
|
|
args: [--py37-plus, --add-import, 'from __future__ import annotations']
|
2022-03-26 02:12:21 +08:00
|
|
|
- repo: https://github.com/asottile/add-trailing-comma
|
2022-12-13 08:40:00 +08:00
|
|
|
rev: v2.4.0
|
2022-03-26 02:12:21 +08:00
|
|
|
hooks:
|
|
|
|
- id: add-trailing-comma
|
|
|
|
args: [--py36-plus]
|
2017-03-13 09:01:29 +08:00
|
|
|
- repo: https://github.com/asottile/pyupgrade
|
2023-04-25 11:21:09 +08:00
|
|
|
rev: v3.3.2
|
2017-03-13 09:01:29 +08:00
|
|
|
hooks:
|
|
|
|
- id: pyupgrade
|
2022-01-16 08:24:05 +08:00
|
|
|
args: [--py37-plus]
|
2022-03-26 02:12:21 +08:00
|
|
|
- repo: https://github.com/pre-commit/mirrors-autopep8
|
2023-03-07 10:51:56 +08:00
|
|
|
rev: v2.0.2
|
2017-07-13 09:35:24 +08:00
|
|
|
hooks:
|
2022-03-26 02:12:21 +08:00
|
|
|
- id: autopep8
|
|
|
|
- repo: https://github.com/PyCQA/flake8
|
2022-11-29 09:10:15 +08:00
|
|
|
rev: 6.0.0
|
2020-02-06 03:10:42 +08:00
|
|
|
hooks:
|
2022-03-26 02:12:21 +08:00
|
|
|
- id: flake8
|
2019-02-01 11:19:10 +08:00
|
|
|
- repo: https://github.com/pre-commit/mirrors-mypy
|
2023-04-11 10:57:50 +08:00
|
|
|
rev: v1.2.0
|
2019-02-01 11:19:10 +08:00
|
|
|
hooks:
|
|
|
|
- id: mypy
|
2021-06-15 02:30:37 +08:00
|
|
|
additional_dependencies: [types-all]
|