aboutsummaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
authorGravatar ChrisJL <[email protected]>2022-02-14 23:41:14 +0000
committerGravatar GitHub <[email protected]>2022-02-14 23:41:14 +0000
commit657aaf5f613b0bd219d67c71f7dc37ede0bb6aab (patch)
tree548e48ae21a98d5e6e16e8619d1af4ee75fe8b7a /tox.ini
parentfix: Add newlines in codeblock formatting (diff)
parentMerge pull request #1026 from Shom770/fix-trivia-night (diff)
Merge branch 'main' into merge-github-issues
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini10
1 files changed, 7 insertions, 3 deletions
diff --git a/tox.ini b/tox.ini
index af87e6fc..61ff9616 100644
--- a/tox.ini
+++ b/tox.ini
@@ -11,12 +11,16 @@ ignore=
# Docstring Quotes
D301,D302,
# Docstring Content
- D400,D401,D402,D404,D405,D406,D407,D408,D409,D410,D411,D412,D413,D414,D416,D417
+ D400,D401,D402,D404,D405,D406,D407,D408,D409,D410,D411,D412,D413,D414,D416,D417,
# Type Annotations
- ANN002,ANN003,ANN101,ANN102,ANN204,ANN206
+ ANN002,ANN003,ANN101,ANN102,ANN204,ANN206,
+ # Binary operators over multiple lines
+ W504,
exclude=
__pycache__,.cache,
venv,.venv,
tests,
- constants.py
+per-file-ignores =
+ # Don't require docstrings in constants
+ constants.py:D101
import-order-style=pycharm