Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Cancel remaining fields on exceptions #466

Cancel remaining fields on exceptions

Cancel remaining fields on exceptions #466

Workflow file for this run

name: Code quality
on: [push, pull_request]
jobs:
lint:
name: 🧹 Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Python 3.12
uses: actions/setup-python@v5
with:
python-version: '3.12'
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install tox
- name: Run code quality tests with tox
run: tox
env:
TOXENV: ruff,mypy,docs
Morty Proxy This is a proxified and sanitized view of the page, visit original site.