mirror of
https://github.com/fastogt/pyfastogt
synced 2025-02-12 16:11:51 +00:00
9 lines
211 B
YAML
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
|