diff options
author | Adam Tauber <asciimoo@gmail.com> | 2015-01-02 12:26:21 +0100 |
---|---|---|
committer | Adam Tauber <asciimoo@gmail.com> | 2015-01-02 12:26:21 +0100 |
commit | 56c15023b5f35463aa05bca1024139343598baee (patch) | |
tree | d802a199eae7a813a09ccc3eda16bbdbdd015e61 /tox.ini | |
parent | 041fad20d6c1f5ea4c5ab380d0d959bb597fe870 (diff) | |
download | searxng-56c15023b5f35463aa05bca1024139343598baee.tar.gz searxng-56c15023b5f35463aa05bca1024139343598baee.zip |
[enh] tox.ini added to rewrite standard pep8 rules
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini new file mode 100644 index 000000000..6deafc261 --- /dev/null +++ b/tox.ini @@ -0,0 +1,2 @@ +[flake8] +max-line-length = 120 |