Skip to content

Commit

Permalink
also example
Browse files Browse the repository at this point in the history
  • Loading branch information
isidroas committed Jun 9, 2024
1 parent 0272f41 commit ed906d2
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,16 @@ deps =
autoflake
commands =
black .
isort --profile=black fortuna
autoflake --remove-all-unused-imports -i -r fortuna
isort --profile=black fortuna example.py
autoflake --remove-all-unused-imports -i -r fortuna example.py
# autoimport

[testenv:lint]
description = flake8 lint
skip_install = true
deps = flake8
commands = flake8 --ignore E501,E701,E203,E704 fortuna
commands =
flake8 --ignore E501,E701,E203,E704 fortuna example.py


[gh-actions]
Expand Down

0 comments on commit ed906d2

Please sign in to comment.