Skip to content

fix(currency): type hinting errors (#639) #176

fix(currency): type hinting errors (#639)

fix(currency): type hinting errors (#639) #176

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"