You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -58,7 +59,7 @@ Be the change et al if Windows is your main and you wanna raise a PR with broad
58
59
Development environments and tooling are first-class citizens on macOS and *nix. For Windows faithfuls, please setup WSL below.
59
60
60
61
### Windows Subsytem for Linux (wsl)
61
-
WSL allows Windows users to run Linux (Unix) [locally at a system-level](https://docs.microsoft.com/en-us/windows/wsl/compare-versions). All of the standard tooling is used and community guides can be followed without standard Windows caveats (e.g., escaping file paths, GNU utilities missing, etc.)
62
+
WSL allows Windows users to run Linux (Unix) [locally at a system-level](https://docs.microsoft.com/en-us/windows/wsl/compare-versions). All of the standard tooling is used and community guides can be followed without standard Windows caveats (e.g., escaping file paths, GNU utilities missing, etc.)
62
63
* Install from the [Setup](#setup) section
63
64
* Enable
64
65
* Start Menu > search for "Turn Windows Features On" > open > toggle "Windows Subsystem for Linux"
@@ -200,7 +201,7 @@ deactivate
200
201
* Normal usage
201
202
```bash
202
203
# Install (modifies $PATH)
203
-
curl -sSL https://install.python-poetry.org |$(which python3) - # append `--no-modify-path` to EOL if you know what you're doing
204
+
curl -sSL https://install.python-poetry.org |$(which python3) - # append `--no-modify-path` to EOL if you know what you're doing
[The 10 tools I wish I knew when I started working with Python | Python in Plain English](https://python.plainenglish.io/10-tools-to-help-claw-your-way-back-to-sanity-while-coding-python-df0af160c33e)
671
+
672
+
[pre-commit](https://pre-commit.com)
673
+
674
+
[How to use git pre-commit hooks, the hard way and the easy way | Verdant Fox](https://verdantfox.com/blog/view/how-to-use-git-pre-commit-hooks-the-hard-way-and-the-easy-way)
675
+
676
+
[The Black Code Style](https://black.readthedocs.io/en/stable/the_black_code_style/)
677
+
678
+
[How to Auto-Format Your Python Code with Black](https://www.freecodecamp.org/news/auto-format-your-python-code-with-black/)
0 commit comments