pan-os-python
pan-os-python copied to clipboard
chore: Update black to full released version (22.1)
Description
Update black to released version (not pre-released)
Motivation and Context
Finally black has a full release. There are some changes to how it formats python code. We will be using the full release going forward.
Types of changes
- Dev Dependency update
IMPORTANT
This PR does not include actual format changes. After this PR is merged, the following will need to happen:
deactivate
<delete your virtual environment, for example> rm -rf .venv
git checkout develop
git pull
git status (ensure no files have changed)
poetry install
poetry run make format
git add -A
git commit -m "style: Apply code format for black 22.1"
git push
black is up to v22.3 now
Black is at 23.12.1 in this repo at this point, so closing this out as it's basically addressed.