pan-os-python icon indicating copy to clipboard operation
pan-os-python copied to clipboard

chore: Update black to full released version (22.1)

Open btorresgil opened this issue 3 years ago • 1 comments

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

btorresgil avatar Feb 14 '22 21:02 btorresgil

black is up to v22.3 now

shinmog avatar May 27 '22 17:05 shinmog

Black is at 23.12.1 in this repo at this point, so closing this out as it's basically addressed.

shinmog avatar Feb 07 '24 11:02 shinmog