add: flake ignore rule to pip8speaks conf
This commit is contained in:
@@ -4,3 +4,4 @@ scanner:
|
|||||||
|
|
||||||
flake8:
|
flake8:
|
||||||
max-line-length: 88
|
max-line-length: 88
|
||||||
|
extend-ignore: W503,W605
|
||||||
|
@@ -65,7 +65,7 @@ profile = black
|
|||||||
[flake8]
|
[flake8]
|
||||||
indent-size = 4
|
indent-size = 4
|
||||||
max-line-length = 88
|
max-line-length = 88
|
||||||
extend-ignore = W605
|
extend-ignore = W503,W605
|
||||||
|
|
||||||
[mypy]
|
[mypy]
|
||||||
python_version = 3.9
|
python_version = 3.9
|
||||||
@@ -84,7 +84,3 @@ addopts =
|
|||||||
--cov-report=html
|
--cov-report=html
|
||||||
testpaths =
|
testpaths =
|
||||||
tests
|
tests
|
||||||
|
|
||||||
[pycodestyle]
|
|
||||||
# for `license` and `filter in `waybackpy.cli.main`
|
|
||||||
ignore = W0622
|
|
||||||
|
Reference in New Issue
Block a user