Setup Python project and CI
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
2023-05-20 14:25:39 +02:00
parent 6429d9e6ee
commit b10f01d30b
6 changed files with 128 additions and 0 deletions

3
setup.cfg Normal file
View File

@ -0,0 +1,3 @@
[flake8]
max-line-length = 88
extend-ignore = E203