Bump black from 21.9b0 to 21.11b1 (#3278)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Pascal Vizeli <pvizeli@syshack.ch>
Co-authored-by: Joakim Sørensen <joasoe@gmail.com>
This commit is contained in:
dependabot[bot] 2021-11-29 17:22:07 +01:00 committed by GitHub
parent 4cf970e37a
commit 19dd40275c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -1,13 +1,13 @@
repos:
- repo: https://github.com/psf/black
rev: 21.9b0
rev: 21.11b1
hooks:
- id: black
args:
- --safe
- --quiet
- --target-version
- py38
- py39
files: ^((supervisor|tests)/.+)?[^/]+\.py$
- repo: https://gitlab.com/pycqa/flake8
rev: 3.8.3

View File

@ -1,4 +1,4 @@
black==21.9b0
black==21.11b1
codecov==2.1.12
coverage==6.2
flake8-docstrings==1.6.0