Skip to content

Fixed indentation in Traceback #170

Fixed indentation in Traceback

Fixed indentation in Traceback #170

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
radon-tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: '3.12'
- run: python -m pip install mypy ruff
- run: python test.py full