Skip to content

Rework FAUcardPaymentThread: add type annotations, fix crash #186

Rework FAUcardPaymentThread: add type annotations, fix crash

Rework FAUcardPaymentThread: add type annotations, fix crash #186

Workflow file for this run

name: Black Code Style
on: [push, pull_request]
jobs:
black-code-style:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: psf/black@stable
with:
version: "22.10.0"
# when updating here, please also change version in container_black.sh