mirror of
https://github.com/bsedin/matrix-webhook.git
synced 2026-04-09 11:25:40 +00:00
CI: add lints
This commit is contained in:
@@ -14,10 +14,11 @@ repos:
|
||||
- id: flake8
|
||||
- id: mixed-line-ending
|
||||
- id: trailing-whitespace
|
||||
- repo: https://github.com/pre-commit/mirrors-yapf
|
||||
rev: v0.29.0
|
||||
- repo: https://github.com/psf/black
|
||||
rev: stable
|
||||
hooks:
|
||||
- id: yapf
|
||||
- id: black
|
||||
language_version: python3
|
||||
- repo: https://github.com/PyCQA/pydocstyle
|
||||
rev: 5.0.1
|
||||
hooks:
|
||||
|
||||
Reference in New Issue
Block a user