From add1ea6cd45d098bf0751c719c47e017ac439604 Mon Sep 17 00:00:00 2001 From: stedif <stefano.difrischia@inaf.it> Date: Thu, 28 Apr 2022 15:30:31 +0200 Subject: [PATCH] L2SS-770: exclude mib directory with autogenerated files --- tangostationcontrol/tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tangostationcontrol/tox.ini b/tangostationcontrol/tox.ini index 201449541..a788f870f 100644 --- a/tangostationcontrol/tox.ini +++ b/tangostationcontrol/tox.ini @@ -78,4 +78,4 @@ commands = [flake8] filename = *.py,.stestr.conf,.txt select = W292,B601,B602,T100,M001,F401,B001,B002,B003,B004,B005,B006,B007,B008,B009,B010,B011,B012,B013,B014.B015,B016,B017,B018, F401, F402, F403, F404, F405, F811, F812, F821, F822, F823, F831 -exclude=.tox,.egg-info,libhdbpp-python +exclude=.tox,.egg-info,libhdbpp-python, SNMP_mib_loading -- GitLab