Skip to content

Build(deps): Update dash requirement from <2.9.0,>=1.0.0 to >=1.0.0,<2.19.0 #235

Build(deps): Update dash requirement from <2.9.0,>=1.0.0 to >=1.0.0,<2.19.0

Build(deps): Update dash requirement from <2.9.0,>=1.0.0 to >=1.0.0,<2.19.0 #235

Workflow file for this run

name: Style, Spellcheck, & Docstring
on: pull_request
jobs:
style:
name: Style
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
python-version: "3.11"
- uses: pre-commit/[email protected]
- name: Install dependencies
run: pip install -r requirements_testing.txt
# Run Ruff
- name: Run Ruff
run: ruff check pylossless
# Run Codespell
- name: Run Codespell
run: codespell pylossless