An extension for flake8 that validates functions names, decomposition and conformity with annotations.
27
stars
9
forks
source link
Make extract_decorator_str_respresentation fails if if can't give a representation to a decorator #1
Open
Melevir opened 3 years ago
For now, it will fail to give representation to a decorator like
@foo.bar.baz
, for example.The validator should fail in such cases.