<#775 Require `black` linting for all Python code>...
# openlane
g
#775 Require `black` linting for all Python code New issue created by donn Prompt Python code formatting in this codebase is rather inconsistent and contributors can't figure out what the proper way of doing things is. Proposal black is a very opinionated Python code formatter that I frankly like a lot. I'm wondering if it's a good fit for our project. I have used it before in this codebase iirc. Alternatives A style guide. But I've frequently observed that those things are typically ignored. The-OpenROAD-Project/OpenLane