Black style now enforces the number of blank line above a method or class.
As such, our symmetric choice of two blank lines between import and first
definition doesn't comply with black style anymore.
Details
Details
- Reviewers
dereckson - Commits
- rOPSa827d8bce0ae: Update Black style
'{path="' + value + '"}' == "{path=\"" + value + "\"}" returns True
Diff Detail
Diff Detail
- Repository
- rOPS Nasqueron Operations
- Lint
Lint Errors - Unit
No Test Coverage - Branch
- black-update
- Build Status
Buildable 6715 Build 7003: arc lint + arc unit
Event Timeline
Comment Actions
Flake8 comments unrelated to Black.
Also:
$ find . -type f -name '*.py' | xargs black All done! ✨ 🍰 ✨ 81 files left unchanged.
As we remove lines, and only amend one, an edit to .git-blame-ignore-revs isn't useful, line around the edit points to c56da24dc in git blame.