src/eric7/Plugins/CheckerPlugins/CodeStyleChecker/Annotations/AnnotationsChecker.py

branch
eric7
changeset 10754
6faecb62f3a4
parent 10753
031cfa81992a
child 10760
f702f6781b05
equal deleted inserted replaced
10753:031cfa81992a 10754:6faecb62f3a4
190 check() 190 check()
191 191
192 ####################################################################### 192 #######################################################################
193 ## Annotations 193 ## Annotations
194 ## 194 ##
195 ## adapted from: flake8-annotations v3.0.1 195 ## adapted from: flake8-annotations v3.1.1
196 ####################################################################### 196 #######################################################################
197 197
198 def __checkFunctionAnnotations(self): 198 def __checkFunctionAnnotations(self):
199 """ 199 """
200 Private method to check for function annotation issues. 200 Private method to check for function annotation issues.

eric ide

mercurial