Skip to content

Commit

Permalink
Remove check on setup
Browse files Browse the repository at this point in the history
Signed-off-by: Simone Orru <simone.orru@secomind.com>
  • Loading branch information
sorru94 committed Aug 8, 2024
1 parent 04aa1ec commit 913d649
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/code-quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,6 @@ jobs:
python3 -m pip install -e .[static]
- name: Linting
run: python3 -m pylint astarte/device/*.py
- name: Format check (setup.py)
run: python3 -m black -l 100 --diff --check setup.py
- name: Format check (main sources)
run: python3 -m black -l 100 --diff --check astarte/device/
- name: Format check (secondary sources)
Expand Down

0 comments on commit 913d649

Please sign in to comment.