aboutsummaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
authorGravatar Chris Lovering <[email protected]>2022-03-19 16:50:18 +0000
committerGravatar Chris Lovering <[email protected]>2022-04-18 17:44:14 +0100
commitbd13ed68c6b0a33622ae8a6416c67948978bdd38 (patch)
treeadede43f3a6f496da576dd3f9ca115e8b3d05936 /tox.ini
parentRemove aio-pika and psutil (diff)
Bump all deps and exact version pin.
Exact versioning has been chosen to be more explicit in what versions we require. We will be using dependabot in github to ensure these versions are kept up to date.
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