Skip to content

Add type annotations to core/builtin_funcs.py and core/builtin_classes/base_classes.py #25

Add type annotations to core/builtin_funcs.py and core/builtin_classes/base_classes.py

Add type annotations to core/builtin_funcs.py and core/builtin_classes/base_classes.py #25

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
everything:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: python3 -m pip install mypy ruff
- run: python3 test.py full