diff --git a/setup.cfg b/setup.cfg index 19226bb..e1c2638 100644 --- a/setup.cfg +++ b/setup.cfg @@ -28,7 +28,8 @@ setup-hooks = flake8.extension = H000 = hacking.core:ProxyChecks H101 = hacking.core:hacking_todo_format - H102 = hacking.core:hacking_has_license + #NOTE(jogo) Cannot enable until after 0.5.5 is released (and on 0.6.0) + #H102 = hacking.core:hacking_has_license H201 = hacking.core:hacking_except_format H202 = hacking.core:hacking_except_format_assert H301 = hacking.core:hacking_import_rules