Skip to content

MovementUpdater: update FOV position and position_after_move signals and slots #72

MovementUpdater: update FOV position and position_after_move signals and slots

MovementUpdater: update FOV position and position_after_move signals and slots #72

Workflow file for this run

name: Lint
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
# NOTE(imo): This 3.13 python version is just for black to be able to use the use_pyproject option. We
# don't actually require 3.13 in our code!
- uses: actions/setup-python@v5
with:
python-version: "3.13"
- uses: psf/black@stable
with:
options: "--config software/pyproject.toml"
src: "./software/"