add exported extractor results

This commit is contained in:
Mike Fährmann
2023-09-10 14:45:01 +02:00
parent b611bf9629
commit a833c244c8
250 changed files with 18610 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
[flake8]
exclude = build,archive
exclude = .git,__pycache__,build,dist,archive,test/results
ignore = E203,E226,W504
per-file-ignores =
setup.py: E501