add: flake ignore rule to pip8speaks conf

This commit is contained in:
eggplants
2022-02-08 04:26:19 +09:00
parent 2e72bf150a
commit 261913b7a0
2 changed files with 2 additions and 5 deletions

View File

@@ -4,3 +4,4 @@ scanner:
flake8:
max-line-length: 88
extend-ignore: W503,W605

View File

@@ -65,7 +65,7 @@ profile = black
[flake8]
indent-size = 4
max-line-length = 88
extend-ignore = W605
extend-ignore = W503,W605
[mypy]
python_version = 3.9
@@ -84,7 +84,3 @@ addopts =
--cov-report=html
testpaths =
tests
[pycodestyle]
# for `license` and `filter in `waybackpy.cli.main`
ignore = W0622