diff options
author | 2022-06-28 22:10:00 +0100 | |
---|---|---|
committer | 2022-09-21 23:02:54 +0100 | |
commit | 69e6abd1d62cab57d3c92c730826ee7634612cf6 (patch) | |
tree | cf61ed3a00114cd3d630e9dd3158f650c48306d2 | |
parent | Upgrade to Python 3.10 (diff) |
Don't override default flake8 ignore list
-rw-r--r-- | tox.ini | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2,7 +2,7 @@ max-line-length=120 application_import_names=bot docstring-convention=all -ignore= +extend-ignore= P102,B311,W503,E226,S311, # Missing Docstrings D100,D104,D105,D107, |