23 lines
571 B
YAML
23 lines
571 B
YAML
repos:
|
|
- repo: https://github.com/pre-commit/pre-commit-hooks
|
|
rev: v3.4.0
|
|
hooks:
|
|
- id: trailing-whitespace
|
|
- id: end-of-file-fixer
|
|
- id: check-added-large-files
|
|
- repo: https://github.com/pycqa/isort
|
|
rev: 5.7.0
|
|
hooks:
|
|
- id: isort
|
|
files: ^TwitchChannelPointsMiner/
|
|
- repo: https://github.com/psf/black
|
|
rev: 20.8b1
|
|
hooks:
|
|
- id: black
|
|
files: ^TwitchChannelPointsMiner/
|
|
- repo: https://gitlab.com/pycqa/flake8
|
|
rev: 3.8.4
|
|
hooks:
|
|
- id: flake8
|
|
files: ^TwitchChannelPointsMiner/
|