Skip to content

Commit

Permalink
chore: update python linting
Browse files Browse the repository at this point in the history
  • Loading branch information
joennlae committed Nov 14, 2023
1 parent faaaee1 commit 8f4099c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/hw_linting.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Lint with pylint
run: |
$CONDA/bin/conda install -c conda-forge pylint=2.17.1
$CONDA/bin/pylint --reports yes hardware/util/* hardware/target/dv/**/*.py hardware/analysis/*.py
$CONDA/bin/pylint --reports yes hardware/util/* hardware/target/dv/**/*.py
typechecking-python:
needs: changes
Expand Down

0 comments on commit 8f4099c

Please sign in to comment.