1
0
mirror of https://github.com/httpie/cli.git synced 2025-12-24 00:31:09 +02:00

Switch from pycodestyle to flake8 for code style checks (#1083)

This commit is contained in:
Mickaël Schoentgen
2021-06-02 11:06:46 +02:00
committed by GitHub
parent 8d35a12d27
commit 350f973f70
6 changed files with 19 additions and 21 deletions

View File

@@ -11,7 +11,7 @@ jobs:
python-version: 3.9
- run: python -m pip install --upgrade pip setuptools wheel
- run: make install
- run: make pycodestyle
- run: make codestyle
- run: make test-cover
- run: make codecov-upload
env: