Skip to content

Commit

Permalink
Fix unittests
Browse files Browse the repository at this point in the history
  • Loading branch information
rafyco committed Apr 22, 2024
1 parent c1e1ab9 commit 79ea26d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ deps =
.[style]
commands =
pycodestyle --ignore=E501,W503,E251,E701,E721 --exclude venv,.tox,.eggs,build .
pylint -d C0114,I0011,R0401,R0801,R0902,R0903,W0511 --max-line-length=120 ytrss tests
pylint -d C0114,I0011,R0401,R0801,R0902,R0903,W0511 --max-line-length=120 --ignore-path=.*.pyi ytrss tests

[testenv:typing]
description = "Checks typing"
Expand Down

0 comments on commit 79ea26d

Please sign in to comment.