diff options
Diffstat (limited to 'flake8_cfg')
-rw-r--r-- | flake8_cfg | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/flake8_cfg b/flake8_cfg new file mode 100644 index 00000000..578c0556 --- /dev/null +++ b/flake8_cfg @@ -0,0 +1,4 @@ +[flake8] +format = pylint +statistics = True +count = True |