waybackpy/.pep8speaks.yml
eggplants 0b631592ea
Improve pylint score (#142)
* fix: errors to improve pylint scores

* fix: test

* fix

* add: flake ignore rule to pip8speaks conf

* fix

* add: test patterns to deepsource conf
2022-02-08 06:42:20 +09:00

8 lines
110 B
YAML

scanner:
diff_only: True
linter: flake8
flake8:
max-line-length: 88
extend-ignore: W503,W605