Skip to content

Commit 6ef022e

Browse files
committed
update tox - skip flake8 on tests
1 parent 3687e4d commit 6ef022e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ deps =
2828
flake8-bandit
2929
commands =
3030
flake8 ./git_commits_graph --max-line-length=130 --exclude .git,__pycache__,.venv,tmp/cache
31-
flake8 ./tests --max-line-length=130 --exclude .git,__pycache__,.venv,tmp/cache
31+
; flake8 ./tests --max-line-length=130 --exclude .git,__pycache__,.venv,tmp/cache
3232

3333
[testenv:mypy]
3434
deps =

0 commit comments

Comments
 (0)