Mise à jour de Black vers la version 23.3 (#629)

This commit is contained in:
thomas girod
2023-04-22 15:32:31 +02:00
committed by GitHub
parent c78953b036
commit b5a40cfda9
135 changed files with 37 additions and 154 deletions

View File

@ -77,7 +77,7 @@ jobs:
- name: Install black
run: |
python -m pip install --upgrade pip
python -m pip install black==22.6.0
python -m pip install black==23.3.0
- name: Check linting
run: black --check .