Skip to content

Commit

Permalink
fix: explicitly stating files to check with black and ignoring dash ones
Browse files Browse the repository at this point in the history
  • Loading branch information
rubenthoms committed Sep 29, 2023
1 parent cf9e792 commit 85443f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
if: matrix.python-version == '3.8'
run: |
npm run validate
black --check webviz_subsurface_components/* setup.py
black --check webviz_subsurface_components/__init__.py webviz_subsurface_components/py_expression_eval.py webviz_subsurface_components/VectorCalculatorWrapper.py webviz_subsurface_components/VectorDefinitions.py setup.py
pylint webviz_subsurface_components/ setup.py
bandit -r -c ./bandit.yml webviz_subsurface_components/ setup.py
Expand Down

0 comments on commit 85443f5

Please sign in to comment.