Skip to content

fixing iec104 errors #84

fixing iec104 errors

fixing iec104 errors #84

Workflow file for this run

name: Code Quality Checks
on: [push]
jobs:
black:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Run Black
uses: psf/black@stable
with:
options: "--check"