Move package config to pyproject.toml

This commit is contained in:
Veronica Berglyd Olsen
2024-04-02 23:53:01 +02:00
parent b83042e456
commit 55e1233ca5
3 changed files with 46 additions and 53 deletions
+4
View File
@@ -0,0 +1,4 @@
[flake8]
ignore = E133,E221,E226,E228,E241,W503
max-line-length = 99
exclude = docs/*