We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f11a00 commit 2d378cbCopy full SHA for 2d378cb
tox.ini
@@ -19,7 +19,7 @@ commands = coverage run --source PSL -m pytest --record
19
[testenv:lint]
20
deps = -rlint-requirements.txt
21
setenv =
22
- INCLUDE_PSL_FILES = PSL/achan.py PSL/digital_channel.py PSL/logic_analyzer.py PSL/oscilloscope.py PSL/packet_handler.py
+ INCLUDE_PSL_FILES = PSL/achan.py PSL/digital_channel.py PSL/logic_analyzer.py PSL/oscilloscope.py PSL/packet_handler.py PSL/waveform_generator.py
23
commands =
24
black --check {env:INCLUDE_PSL_FILES}
25
flake8 --show-source {env:INCLUDE_PSL_FILES}
0 commit comments