dotfiles

Alpine Linux dotfiles

git clone git://git.lin.moe/dotfiles.git

1# For pylsp
2[pycodestyle]
3max-line-length = 130
4ignore = D100,D101,D102,D103,D104,D105,D106,D107,W503,E203