formatter共6篇
Setting Up Tools for Code Quality-拾光赋

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...
kity的头像-拾光赋kity5个月前
03512
Formatter for Jupyter notebooks-拾光赋

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 ...
kity的头像-拾光赋kity2年前
02114
Automatic Python Code Format with GitHub Actions-拾光赋

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...
kity的头像-拾光赋kity3年前
0226
Useful tools for contribution-拾光赋

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 ...
kity的头像-拾光赋kity4年前
03210
Consistent Python code with Black-拾光赋

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...
kity的头像-拾光赋kity4年前
04513
Speedy Spotless-拾光赋

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...
kity的头像-拾光赋kity6年前
03411