Du kan inte välja fler än 25 ämnen
Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
12345678910111213141516 |
- repos:
- - repo: git://github.com/pre-commit/pre-commit-hooks
- rev: v2.3.0
- hooks:
- - id: trailing-whitespace
- language_version: python3
- - repo: https://gitlab.com/PyCQA/flake8
- rev: 3.8.3
- hooks:
- - id: flake8
- language_version: python3
- exclude: migrations
- - repo: https://github.com/PyCQA/isort
- rev: 5.7.0
- hooks:
- - id: isort
|