Formatting

This commit is contained in:
grym 2023-12-08 09:35:33 -05:00
parent c15bc5bb0c
commit 0ee8e1c92d
1 changed files with 6 additions and 6 deletions

View File

@ -35,14 +35,14 @@ concerned. They are conveniences for the developer that I have come around
over the years to converging on. I develop almost exclusively on linux
(distro largely agnostic) and macOS.
- Using the lovely [[https://gitignore.io][gitignore.io]] collection of recommended ignores, I've populated
a =.gitignore= for python and common editors.
- Using the lovely [[https://gitignore.io][gitignore.io]] collection of recommended ignores, I've
populated a =.gitignore= for python and common editors.
- If you like to automate the creation of venvs and installation and whatnot with
=make=, as I do, then the included =Makefile= may be useful.
- If you like to automate the creation of venvs and installation and whatnot
with =make=, as I do, then the included =Makefile= may be useful.
- Automatic code formatting with =black= and =isort= can be accomplished with =.pre-commit-config.yaml=
if [[https://pre-commit.com][pre-commit]] is used.
- Automatic code formatting with =black= and =isort= can be accomplished with
=.pre-commit-config.yaml= if [[https://pre-commit.com][pre-commit]] is used.
- And this file is =Readme.org=; choose a markup language of your preference.
** package files