diff --git a/.github/workflows/python.yml b/.github/workflows/python.yml index 1ecd1579e..ba531534c 100644 --- a/.github/workflows/python.yml +++ b/.github/workflows/python.yml @@ -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