Mirantis / kqueen

Kubernetes queen - cluster manager
MIT License
138 stars 33 forks source link

Add autopep8 #319

Closed katyafervent closed 6 years ago

naumvd95 commented 6 years ago

IMO there are several ways to resolve this problem: 1) disable check 2) disable check & create US for refactoring to 100 symbols if anybody have time for it 3) leave 120 symbols checker as is, coz imo 120 checker is better than nothing

ekhomyakova commented 6 years ago

Hooks can be muted with --no-verify option: git commit --no-verify

Are we able to merge the code without refactoring in this request? And do the separate request where the code changes will be applied by the hooks

katyafervent commented 6 years ago

@ekhomyakova I disable max length check again. hook is directed to the specific commit, so it is impossible to extract changes made by the hook to a separate commit