fix: python lints

This commit is contained in:
Mayeul@Zama
2022-12-20 17:44:03 +01:00
parent 4dd2597623
commit af8f3007d1
5 changed files with 19 additions and 17 deletions

View File

@@ -18,6 +18,5 @@ jobs:
uses: actions/checkout@v2
- name: PEP8
run: |
pip install --upgrade pyproject-flake8
flake8 generate_data.py
flake8 verify_curves.py
pip install --upgrade ruff
ruff .