mirror of
https://github.com/Tech-Workers-Coalition-Italia/mobilizon-reshare.git
synced 2025-02-06 20:33:47 +01:00
18 lines
367 B
YAML
18 lines
367 B
YAML
repos:
|
|
- repo: https://github.com/ambv/black
|
|
rev: stable
|
|
hooks:
|
|
- id: black
|
|
language_version: python3.9
|
|
- repo: https://github.com/pre-commit/pre-commit-hooks
|
|
rev: v1.2.3
|
|
hooks:
|
|
- id: flake8
|
|
- repo: https://github.com/pre-commit/mirrors-mypy
|
|
rev: v0.902
|
|
hooks:
|
|
- id: mypy
|
|
exclude: ^tests/
|
|
args: [--strict]
|
|
|