1
0
Fork 0
mirror of https://github.com/fastogt/pyfastogt synced 2025-02-12 16:01:51 +00:00
pyfastogt/.pre-commit-config.yaml
2021-01-07 06:03:16 -05:00

9 lines
211 B
YAML

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