Bump Black version to 22.1.0

This commit is contained in:
jack1142 2022-03-22 10:24:40 +01:00
parent d87199779e
commit f6d9632c8f
2 changed files with 2 additions and 2 deletions

View File

@ -4,6 +4,7 @@
[tool.black] [tool.black]
line-length = 99 line-length = 99
required-version = '22.1.0'
target-version = ['py38'] target-version = ['py38']
include = '\.py$' include = '\.py$'
force-exclude = ''' force-exclude = '''
@ -11,4 +12,3 @@
redbot\/vendored redbot\/vendored
)/ )/
''' '''

View File

@ -102,7 +102,7 @@ docs =
postgres = postgres =
asyncpg==0.24.0 asyncpg==0.24.0
style = style =
black==20.8b1 black==22.1.0
mypy-extensions==0.4.3 mypy-extensions==0.4.3
pathspec==0.9.0 pathspec==0.9.0
regex==2021.8.28 regex==2021.8.28