From 0d00a4a6757dd67b1c525d0b7adc7e09a6583ac3 Mon Sep 17 00:00:00 2001 From: Mauko Quiroga Date: Tue, 31 Aug 2021 15:01:18 +0200 Subject: [PATCH] Fix missing directive --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 47af5faf14..6bda080e96 100644 --- a/setup.cfg +++ b/setup.cfg @@ -9,7 +9,7 @@ hang-closing = true ignore = E128,E251,F403,F405,E501,W503,W504 in-place = true include-in-doctest = openfisca_core/commons -rst-directives = attribute +rst-directives = attribute, deprecated rst-roles = any, class, exc, meth, obj strictness = short