aboutsummaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
authorGravatar ChrisJL <[email protected]>2022-06-07 22:08:55 +0100
committerGravatar GitHub <[email protected]>2022-06-07 22:08:55 +0100
commit12a1da100e63c61504b484450e4e57675ca15ba0 (patch)
treed9bb6787e34f5e2e0a90783b09cea27a64574557 /tox.ini
parentHelpChannels: refactor pin/unpin functions (diff)
parentMerge pull request #2187 from Numerlor/doc-remove-signature-headerlink (diff)
Merge branch 'main' into feature/1903/fix-pin-inconsistency
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 9472c32f9..e864b4b3e 100644
--- a/tox.ini
+++ b/tox.ini
@@ -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