Update dependency flake8-black to v0.3.3
continuous-integration/drone/push Build is passing Details
continuous-integration/drone/pr Build is passing Details

This commit is contained in:
Michel Roux 2022-05-17 00:13:49 +00:00
parent 6edeee168d
commit f8332cb720
2 changed files with 5 additions and 5 deletions

8
poetry.lock generated
View File

@ -170,7 +170,7 @@ pyflakes = ">=2.4.0,<2.5.0"
[[package]]
name = "flake8-black"
version = "0.3.2"
version = "0.3.3"
description = "flake8 plugin to call black as a code style validator"
category = "dev"
optional = false
@ -609,7 +609,7 @@ multidict = ">=4.0"
[metadata]
lock-version = "1.1"
python-versions = "^3.8"
content-hash = "24fa4b99ad7644608ebd7404f67633a03d8bd58f6c1246fa7a9f7315e25406af"
content-hash = "657ec9c579e509c305ec470a6c3d1bc6ad6b07170ba5f0dd53e5e19b7c612361"
[metadata.files]
aiofiles = [
@ -759,8 +759,8 @@ flake8 = [
{file = "flake8-4.0.1.tar.gz", hash = "sha256:806e034dda44114815e23c16ef92f95c91e4c71100ff52813adf7132a6ad870d"},
]
flake8-black = [
{file = "flake8-black-0.3.2.tar.gz", hash = "sha256:6f6bf198f3f45df43245d1d1a0ba2035ee5817d167680f9e1af23cde70cb7548"},
{file = "flake8_black-0.3.2-py3-none-any.whl", hash = "sha256:9c86b24ede16a80555808c6c4779d81bc54cff57d0dd1980029c0e4b39ac8b45"},
{file = "flake8-black-0.3.3.tar.gz", hash = "sha256:8211f5e20e954cb57c709acccf2f3281ce27016d4c4b989c3e51f878bb7ce12a"},
{file = "flake8_black-0.3.3-py3-none-any.whl", hash = "sha256:7d667d0059fd1aa468de1669d77cc934b7f1feeac258d57bdae69a8e73c4cd90"},
]
flake8-isort = [
{file = "flake8-isort-4.1.1.tar.gz", hash = "sha256:d814304ab70e6e58859bc5c3e221e2e6e71c958e7005239202fee19c24f82717"},

View File

@ -18,7 +18,7 @@ flake8 = "4.0.1"
black = "22.3.0"
isort = "5.10.1"
mypy = "0.950"
flake8-black = "0.3.2"
flake8-black = "0.3.3"
flake8-isort = "4.1.1"
[build-system]