Skip to content

Commit

Permalink
temporarily disable no-untyped-call
Browse files Browse the repository at this point in the history
  • Loading branch information
wochinge committed Nov 5, 2021
1 parent cc6bff7 commit efe4d2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,4 @@ disallow_untyped_decorators = True
# see https://github.com/RasaHQ/rasa/pull/6470
# the list below is sorted by the number of errors for each error code, in decreasing order
disable_error_code = arg-type, assignment, var-annotated, union-attr,
override, attr-defined, misc
override, attr-defined, misc, no-untyped-call

0 comments on commit efe4d2b

Please sign in to comment.