Enable PEP8 on CodeClimate
This commit is contained in:
parent
3b141a4526
commit
bf47bd98d1
|
@ -4,6 +4,8 @@ engines:
|
|||
enabled: true
|
||||
radon:
|
||||
enabled: true
|
||||
pep8:
|
||||
enabled: true
|
||||
ratings:
|
||||
paths:
|
||||
- "**.py"
|
||||
|
@ -12,3 +14,5 @@ exclude_paths:
|
|||
- "MANIFEST.in"
|
||||
- "src/OXM/images/**"
|
||||
- "src/OXM/images_map/*.png"
|
||||
- "**.conf"
|
||||
- "**.xml"
|
||||
|
|
Loading…
Reference in New Issue