File tree Expand file tree Collapse file tree 1 file changed +10
-1
lines changed
Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -1083,9 +1083,18 @@ include = ["backend/infrahub/services/**"]
10831083# like this so that we can reactivate them one by one. #
10841084# #################################################################################################
10851085deprecated = " ignore"
1086- possibly-missing-attribute = " ignore"
10871086unresolved-attribute = " ignore"
10881087
1088+ [[tool .ty .overrides ]]
1089+ include = [" backend/infrahub/services/adapters/**/nats.py" ]
1090+
1091+ [tool .ty .overrides .rules ]
1092+ # #################################################################################################
1093+ # The ignored rules below should be removed once the code has been updated, they are included #
1094+ # like this so that we can reactivate them one by one. #
1095+ # #################################################################################################
1096+ possibly-missing-attribute = " ignore"
1097+
10891098[[tool .ty .overrides ]]
10901099include = [" backend/infrahub/proposed_change/**" ]
10911100
You can’t perform that action at this time.
0 commit comments