diff options
author | 2018-02-26 22:22:16 +0100 | |
---|---|---|
committer | 2018-02-26 22:22:16 +0100 | |
commit | 48bb43b91a992395a39ebf8d41389dd3667c38b8 (patch) | |
tree | b9e32384a5d4770899c35d4605a93dffa25ebb3c /.snekrc | |
parent | Help page #z62n (#25) (diff) |
remove snekchek and replace with flake8 (#27)
Diffstat (limited to '.snekrc')
-rw-r--r-- | .snekrc | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/.snekrc b/.snekrc deleted file mode 100644 index 5aabe4e0..00000000 --- a/.snekrc +++ /dev/null @@ -1,7 +0,0 @@ -[all] -linters = flake8, safety, dodgy - -[flake8] -max-line-length=120 -application_import_names=pysite -ignore=P102
\ No newline at end of file |