Skip to content

fix: bad converters in commands + missing typehints #170

fix: bad converters in commands + missing typehints

fix: bad converters in commands + missing typehints #170

name: formatting check
on:
push:
paths:
- "**.py"
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
- uses: psf/black@stable
with:
options: "--diff --check -t py311 canary"