diff --git a/.flake8 b/.flake8 new file mode 100644 index 0000000..4f2e750 --- /dev/null +++ b/.flake8 @@ -0,0 +1,4 @@ +[flake8] +per-file-ignores = + ptulsconv/__init__.py: F401 + ptulsconv/docparser/__init__.py: F401