diff --git a/.prospector.yaml b/.prospector.yaml new file mode 100644 index 000000000..42ef1d149 --- /dev/null +++ b/.prospector.yaml @@ -0,0 +1,12 @@ +strictness: medium +test-warnings: true +doc-warnings: false + +ignore-paths: + - env + - migrations + - docs + - node_modules + +uses: + - django