mirror of
https://github.com/fastogt/pyfastogt
synced 2025-02-12 14:01:52 +00:00
10 lines
211 B
YAML
10 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
|