mirror of
https://github.com/progval/irctest.git
synced 2025-04-05 14:59:49 +00:00
24 lines
422 B
YAML
24 lines
422 B
YAML
exclude: ^irctest/scram
|
|
|
|
repos:
|
|
- repo: https://github.com/psf/black
|
|
rev: 22.3.0
|
|
hooks:
|
|
- id: black
|
|
language_version: python3
|
|
|
|
- repo: https://github.com/PyCQA/isort
|
|
rev: 5.5.2
|
|
hooks:
|
|
- id: isort
|
|
|
|
- repo: https://github.com/PyCQA/flake8
|
|
rev: 5.0.4
|
|
hooks:
|
|
- id: flake8
|
|
|
|
- repo: https://github.com/pre-commit/mirrors-mypy
|
|
rev: v0.812
|
|
hooks:
|
|
- id: mypy
|