Skip to content

Commit

Permalink
Fix tox flake8-noqa invocation
Browse files Browse the repository at this point in the history
  • Loading branch information
bskinn committed May 22, 2024
1 parent 838eccf commit 1d8f043
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 @@ -97,7 +97,7 @@ skip_install=True
deps=-rrequirements-flake8.txt
commands=
pip install flake8-noqa
flake8 --color=never --exit-zero conftest.py tests src
flake8 --color=never --exit-zero ./conftest.py tests src

[testenv:interrogate]
skip_install=True
Expand Down

0 comments on commit 1d8f043

Please sign in to comment.