mirror of
https://github.com/progval/irctest.git
synced 2025-04-05 14:59:49 +00:00
17 lines
301 B
YAML
17 lines
301 B
YAML
repos:
|
|
- repo: https://github.com/psf/black
|
|
rev: 20.8b1
|
|
hooks:
|
|
- id: black
|
|
language_version: python3.7
|
|
|
|
- repo: https://github.com/PyCQA/isort
|
|
rev: 5.5.2
|
|
hooks:
|
|
- id: isort
|
|
|
|
- repo: https://gitlab.com/pycqa/flake8
|
|
rev: 3.8.3
|
|
hooks:
|
|
- id: flake8
|