Validate python code style of pull request lines onlyGood code base style is the part of non-functional project's quality. Style checks are usually performed in pull request (PR) publishing and reviewing processes. However, IDE or regular CLI tools shows style issues for whole file(s), without differen...Jul 20, 2022·3 min read