Skip to content

Python 3.10 compatiblity fixes #927

Python 3.10 compatiblity fixes

Python 3.10 compatiblity fixes #927

name: static-code-analysis
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: '0'
- uses: akaihola/darker@v2.1.1
with:
options: "--check --diff --revision=origin/main..."
src: "."