排序
Setting Up Tools for Code Quality
Setting Up Tools for Code Quality,When developing ReadmeGenie, I aimed to ensure consistent code quality with an automated setup for linting and formatting. After considering sever...
Formatter for Jupyter notebooks
Formatter for Jupyter notebooks, Introduction If you are into Data Science or Machine Learning, you have probably come across jupyter notebooks (.ipynb files). The problem I faced ...
Automatic Python Code Format with GitHub Actions
Automatic Python Code Format with GitHub Actions,This post introduces a method for beautifying Python code with GitHub Actions. The method utilizes three tools: autopep8, Black, is...
Useful tools for contribution
Useful tools for contribution,As seventh lab of OSD600, I added some useful tools for the future contribution. Here are some revisions I made IDEA setup I used IntelliJ for my SSG ...
Consistent Python code with Black
Consistent Python code with Black,Code formatting is the subject of millions of fiery, nerdy debates. Developers love to argue about code style because we read code a lot. The styl...
Speedy Spotless
Speedy Spotless,Speedy Spotless is a Maven plugin for easy formatting of staged changes. It is inspired by pretty-quick but for Java. Spotless is a tool to automatically format you...