CI: Update static checks to black 23.3.0

And apply it to the codebase, removing empty lines at the start of blocks.
This commit is contained in:
Rémi Verschelde 2023-06-19 23:33:02 +02:00
parent 764193629f
commit c9c941e339
No known key found for this signature in database
GPG key ID: C3336907360768E1
14 changed files with 4 additions and 38 deletions

View file

@ -23,7 +23,7 @@ jobs:
- name: Install Python dependencies and general setup
run: |
pip3 install black==22.3.0 pytest==7.1.2 mypy==0.971
pip3 install black==23.3.0 pytest==7.1.2 mypy==0.971
git config diff.wsErrorHighlight all
- name: Get changed files