For a development install, do the following in the repository directory:
conda env update -f ci/environment.yml
conda activate dev-feisty
python -m pip install -e .
Also, please install pre-commit hooks from the root directory of the created project by running:
pre-commit install
These code style pre-commit hooks (black, isort, flake8, ...) will run every time you are about to commit code.