diff options
Diffstat (limited to '.config/flake8')
| -rw-r--r-- | .config/flake8 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.config/flake8 b/.config/flake8 new file mode 100644 index 0000000..94b8d9e --- /dev/null +++ b/.config/flake8 @@ -0,0 +1,6 @@ +[flake8] +ignore = + # I hate long lines as much as the next person, but sometimes they happen. + E501, + # 'l' is perfectly unambiguous in a comprehension… + E741 |
