2018-11-22 02:23:14 +03:00
|
|
|
repos:
|
|
|
|
- repo: https://github.com/ambv/black
|
2021-05-05 01:46:39 +03:00
|
|
|
rev: 21.4b1
|
2018-11-22 02:23:14 +03:00
|
|
|
hooks:
|
|
|
|
- id: black
|
|
|
|
language_version: python3
|
2021-05-05 01:46:39 +03:00
|
|
|
- repo: https://gitlab.com/pycqa/flake8
|
|
|
|
rev: 3.9.1 # Use the ref you want to point at
|
2018-11-22 02:23:14 +03:00
|
|
|
hooks:
|
|
|
|
- id: flake8
|
|
|
|
args: ['--config=.flake8']
|