make apispec dependency optional

This commit is contained in:
2024-12-20 17:07:36 +02:00
parent 6738f9206d
commit 670d502a7c
80 changed files with 843 additions and 628 deletions

View File

@ -305,7 +305,7 @@ max-branches=12
max-locals=15
# Maximum number of parents for a class (see R0901).
max-parents=7
max-parents=15
# Maximum number of public methods for a class (see R0904).
max-public-methods=20