diff options
author | 2022-06-08 16:10:18 -0700 | |
---|---|---|
committer | 2022-06-08 16:10:18 -0700 | |
commit | cfe69d1d76e857cab5a8df98208671162cdd3f3b (patch) | |
tree | af03758d97deff81f0454777424f1eb9191c3fc9 /tox.ini | |
parent | Improve nomination message consistency and include user mentions (diff) | |
parent | chore: Remove allowed_strings in favour of Literal (diff) |
Merge main into nominations-tagging
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -15,5 +15,5 @@ ignore= # Docstring Content 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,ANN401 per-file-ignores=tests/*:D,ANN |