Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
zzzeek
on Dec 20, 2022
|
parent
|
context
|
favorite
| on:
Boring Python: Code quality
> Black formats things differently depending on the version. So a project with 2 developers, one running arch and one running ubuntu, will get formatted back and forth.
use pre-commit
https://pre-commit.com/
so that everyone is on the same version for commits.
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
use pre-commit https://pre-commit.com/ so that everyone is on the same version for commits.