diff --git a/DataAnnotation/labelme/setup.cfg b/DataAnnotation/labelme/setup.cfg new file mode 100644 index 0000000000000000000000000000000000000000..a2b9dbd915ffb7182462d14c6c9e3335da3fefec --- /dev/null +++ b/DataAnnotation/labelme/setup.cfg @@ -0,0 +1,3 @@ +[flake8] +exclude = .anaconda3/*,.anaconda2/*,venv/* +ignore = H304