mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-06-29 05:56:14 +02:00
add pyflakes to dev deps, run pyflakes in CI
This commit is contained in:
parent
e3a46e9846
commit
a03445bb84
4 changed files with 16 additions and 70 deletions
|
@ -33,9 +33,9 @@ ansiwrap = "^0.8.4"
|
|||
[tool.poetry.dev-dependencies]
|
||||
behave = "^1.2"
|
||||
mkdocs = "^1.0"
|
||||
flake8 = "^3.7"
|
||||
black = {version = "^19.10b0",allow-prereleases = true}
|
||||
toml = "^0.10.0"
|
||||
pyflakes = "^2.2.0"
|
||||
|
||||
[tool.poetry.scripts]
|
||||
jrnl = 'jrnl.cli:run'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue