2021-08-22 06:18:15 +03:00
|
|
|
default_language_version:
|
|
|
|
python: python3.8
|
|
|
|
|
2018-05-28 21:18:54 +03:00
|
|
|
repos:
|
2018-05-22 20:56:58 +03:00
|
|
|
- repo: git://github.com/pre-commit/pre-commit-hooks
|
2021-08-21 17:51:46 +03:00
|
|
|
rev: v2.3.0
|
2018-05-22 20:56:58 +03:00
|
|
|
hooks:
|
2019-03-08 22:09:45 +03:00
|
|
|
- id: check-merge-conflict
|
2018-05-22 20:56:58 +03:00
|
|
|
- id: check-json
|
|
|
|
- id: check-yaml
|
|
|
|
- id: debug-statements
|
|
|
|
- id: end-of-file-fixer
|
|
|
|
exclude: ^docs/.*$
|
|
|
|
- id: pretty-format-json
|
|
|
|
args:
|
|
|
|
- --autofix
|
2019-03-08 22:09:45 +03:00
|
|
|
- id: trailing-whitespace
|
|
|
|
exclude: README.md
|
2021-08-21 19:03:00 +03:00
|
|
|
- repo: git://github.com/asottile/pyupgrade
|
2021-08-21 18:47:00 +03:00
|
|
|
rev: v2.24.0
|
2018-06-09 16:01:29 +03:00
|
|
|
hooks:
|
|
|
|
- id: pyupgrade
|
2021-08-21 19:03:00 +03:00
|
|
|
- repo: git://github.com/ambv/black
|
2021-08-21 17:51:46 +03:00
|
|
|
rev: 19.3b0
|
2018-05-28 21:18:54 +03:00
|
|
|
hooks:
|
2021-08-21 18:23:58 +03:00
|
|
|
- id: black
|
2021-08-21 19:03:00 +03:00
|
|
|
- repo: git://github.com/PyCQA/flake8
|
2021-08-21 16:07:44 +03:00
|
|
|
rev: 3.8.4
|
2019-03-08 22:09:45 +03:00
|
|
|
hooks:
|
|
|
|
- id: flake8
|