diff options
Diffstat (limited to 'R2R/.flake8')
-rwxr-xr-x | R2R/.flake8 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/R2R/.flake8 b/R2R/.flake8 new file mode 100755 index 00000000..5491a9b7 --- /dev/null +++ b/R2R/.flake8 @@ -0,0 +1,3 @@ +[flake8] +exclude = playground/*,web/*,chat/*,docs/*,r2r/examples/,r2r/vecs,r2r/vecs/*,tests +ignore = E501, E722, W503, E203, F541, W293, W291, E266, F601, F403, F405 |