Skip to content

Commit

Permalink
chore: Remove redundant flake8 flag from tox
Browse files Browse the repository at this point in the history
  • Loading branch information
mradigen committed Nov 25, 2023
1 parent c50789b commit 3aba3f0
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 @@ -43,7 +43,7 @@ skip_install = true
deps =
flake8
flake8-bugbear
commands = flake8 --extend-ignore E501 src/ tests/
commands = flake8 src/ tests/

[testenv:debug]
description = check if the package runs after any configuration changes, not for debugging dev changes
Expand Down

0 comments on commit 3aba3f0

Please sign in to comment.