diff options
| -rw-r--r-- | setup.cfg | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg new file mode 100644 index 0000000..1bf7d72 --- /dev/null +++ b/setup.cfg @@ -0,0 +1,4 @@ +[pycodestyle] +statistics=True +ignore=E402,E501 +max-line-length=120 |
