Skip to content

Commit

Permalink
linter: add flake8-debug plugin to detect leftover print statements
Browse files Browse the repository at this point in the history
  • Loading branch information
dhellmann committed Oct 16, 2022
1 parent 7ca2924 commit 7da220d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,8 @@ skip_install = true

[testenv:linter]
deps=
flake8==3.8.2
flake8==4.0.1
flake8-debug==0.1.0
isort>=5.0.1
setenv =
BUILD=linter
Expand Down

0 comments on commit 7da220d

Please sign in to comment.