Python Formatting
Python pre-commit¶
Formatting with black
¶
GitHub - psf/black: The uncompromising Python code formatter
- In the root of the project
- Create a file called:
pyproject.toml
-
to configure the
Black
formatter¶
- Create a file called:
Sorting import¶
Integrating isort with PyCharm
Last update:
2023-04-24