mirror of
https://github.com/dtomlinson91/street_group_tech_test
synced 2025-12-22 03:55:43 +00:00
updating prospector.yaml
This commit is contained in:
@@ -15,6 +15,10 @@ pylint:
|
|||||||
- missing-module-docstring
|
- missing-module-docstring
|
||||||
- logging-fstring-interpolation
|
- logging-fstring-interpolation
|
||||||
- missing-function-docstring
|
- missing-function-docstring
|
||||||
|
- abstract-method
|
||||||
|
- missing-class-docstring
|
||||||
|
- super-init-not-called
|
||||||
|
- arguments-differ
|
||||||
enable:
|
enable:
|
||||||
|
|
||||||
options:
|
options:
|
||||||
@@ -62,7 +66,12 @@ pep257:
|
|||||||
- D413
|
- D413
|
||||||
- D406
|
- D406
|
||||||
- D103
|
- D103
|
||||||
|
- D101 # missing docstring in public class
|
||||||
|
- D102 # missing docstring in public method
|
||||||
|
|
||||||
|
pyflakes:
|
||||||
|
disable:
|
||||||
|
- F401 # unused import
|
||||||
|
|
||||||
dodgy:
|
dodgy:
|
||||||
run: true
|
run: true
|
||||||
|
|||||||
Reference in New Issue
Block a user