1
0
Fork 0
mirror of https://github.com/fastogt/pyfastogt synced 2025-02-12 14:01:52 +00:00
pyfastogt/.pre-commit-config.yaml

10 lines
211 B
YAML
Raw Permalink Normal View History

2021-01-07 11:03:16 +00:00
repos:
- repo: https://github.com/pycqa/pylint
rev: pylint-2.6.0
hooks:
- id: pylint
args:
- --max-line-length=80
- --ignore-imports=yes
- -d duplicate-code