[code-quality] Re: Black and MonkeyType

2022-07-30 Thread Frank Harrison
Two completely different use-cases. Black normalises syntax (always run) MonkeyType adds typing information (one-time run) … so you can run each in isolation and be ok. Normally you run black frequently, on each and every commit/save, as it just makes life easier. Whereas Monkey type is more on

[code-quality] Re: Sporadic C0103(invalid-name) warnings

2020-08-23 Thread Frank Harrison
>https://bruhin.software/ | >> https://github.com/sponsors/The-Compiler/ >> >> >>GPG: 916E B0C8 FD55 A072 | https://the-compiler.org/pubkey.asc >> >> >> I love long mails! | https://email.is-not-s.ms/ >> >> >>

[code-quality] PyLint's Travis CI-env localy for testing?

2020-03-27 Thread Frank Harrison
h the results from the checkers and the fact that SimilarChecker now works correctly in a multi-proc/jobbed config - causing bit 8 to be or'd with bit 2 in certain conditions. If I can repro locally I will attempt to make the behaviour deterministic. Thanks! -- Frank Harrison double the fish