We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 996296c commit c9741b8Copy full SHA for c9741b8
1 file changed
.github/workflows/main.yml
@@ -16,7 +16,6 @@ jobs:
16
- uses: actions/setup-python@v6
17
with:
18
python-version: '3.14'
19
- - run: pip3 install pyright==1.1.271 flake8==5.0.4 --user
+ - run: pip3 install tox --user
20
- run: echo "$HOME/.local/bin" >> $GITHUB_PATH
21
- - run: pyright .
22
- - run: flake8 .
+ - run: tox
0 commit comments