diff --git a/.flake8 b/.flake8 new file mode 100644 index 00000000..6a944f76 --- /dev/null +++ b/.flake8 @@ -0,0 +1,12 @@ +# flake8 is used for linting Python code setup to automatically run with +# pre-commit. +# +# ref: https://flake8.pycqa.org/en/latest/user/configuration.html +# + +[flake8] +# E: style errors +# W: style warnings +# C: complexity +# D: docstring warnings (unused pydocstyle extension) +ignore = E, C, W, D