forked from github/pelican
Use poetry directly in lints
This commit is contained in:
parent
6cf6a1ffe9
commit
29b10ef6e6
2 changed files with 10 additions and 20 deletions
14
tox.ini
14
tox.ini
|
|
@ -30,17 +30,3 @@ filterwarnings =
|
|||
default::DeprecationWarning
|
||||
error:.*:Warning:pelican
|
||||
addopts = -n auto -r a
|
||||
|
||||
[flake8]
|
||||
application-import-names = pelican
|
||||
import-order-style = cryptography
|
||||
max-line-length = 88
|
||||
|
||||
[testenv:flake8]
|
||||
basepython = python3.9
|
||||
skip_install = true
|
||||
deps =
|
||||
-rrequirements/style.pip
|
||||
commands =
|
||||
flake8 --version
|
||||
flake8 pelican
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue