Skip to content

ENH: do not swallow traceback to original exception when failing to define a colormap #346

ENH: do not swallow traceback to original exception when failing to define a colormap

ENH: do not swallow traceback to original exception when failing to define a colormap #346

Workflow file for this run

name: lint_python
on: [pull_request, push]
jobs:
lint_python:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: 3.x
- run: pip install -r requirements/dependencies.txt || true
- run: shopt -s globstar
# - run: pip install safety && safety check