diff options
author | 2019-05-30 18:26:38 -0700 | |
---|---|---|
committer | 2019-05-30 18:26:38 -0700 | |
commit | 6eb7afc321d7e6d2aeebcb90e4bb18cd5e43a6e2 (patch) | |
tree | 4276a95dca15c07205c5b2981b0a2e5ff9b71e91 /tests | |
parent | Refactor NsJail (diff) |
Revert "Lint tests"
This reverts commit e75c764f693c3688a59af0d679e0d3e94f003503.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/.flake8 | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/tests/.flake8 b/tests/.flake8 deleted file mode 100644 index c1c5031..0000000 --- a/tests/.flake8 +++ /dev/null @@ -1,15 +0,0 @@ -[flake8] -max-line-length=100 -application_import_names=snekbox,tests -ignore= - P102,B311,W503,E226,S311, - # Missing Docstrings - D1, - # Docstring Whitespace - D203,D212,D214,D215, - # Docstring Quotes - D301,D302, - # Docstring Content - D400,D401,D402,D405,D406,D407,D408,D409,D410,D411,D412,D413,D414 -import-order-style=pycharm -inline-quotes = " |