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

This commit is contained in:
Michel Roux 2022-11-18 00:21:58 +00:00
parent cb2cc1b042
commit d68e48e002
2 changed files with 9 additions and 6 deletions

13
poetry.lock generated
View File

@ -217,7 +217,7 @@ stdlib-list = {version = "0.8.0", markers = "python_version < \"3.10\""}
[[package]]
name = "flake8-black"
version = "0.3.3"
version = "0.3.4"
description = "flake8 plugin to call black as a code style validator"
category = "dev"
optional = false
@ -225,9 +225,12 @@ python-versions = ">=3.7"
[package.dependencies]
black = ">=22.1.0"
flake8 = ">=3.0.0"
flake8 = ">=3"
tomli = "*"
[package.extras]
develop = ["build", "twine"]
[[package]]
name = "frozenlist"
version = "1.3.1"
@ -786,7 +789,7 @@ testing = ["flake8 (<5)", "func-timeout", "jaraco.functools", "jaraco.itertools"
[metadata]
lock-version = "1.1"
python-versions = "^3.8"
content-hash = "e2291c7671e0d8d4595d0bb97515f28cdfcf657514dd211ea89cb2e199003441"
content-hash = "23fa224d6ac0fad83e19c68310979066650cd567693b478ff4e4ae45652e0558"
[metadata.files]
aiofiles = [
@ -961,8 +964,8 @@ flake8-alphabetize = [
{file = "flake8_alphabetize-0.0.18-py3-none-any.whl", hash = "sha256:cb7b927ab25a24cfe76ba38fe1ecb81116e622f228462d1587e7c4569389ab95"},
]
flake8-black = [
{file = "flake8-black-0.3.3.tar.gz", hash = "sha256:8211f5e20e954cb57c709acccf2f3281ce27016d4c4b989c3e51f878bb7ce12a"},
{file = "flake8_black-0.3.3-py3-none-any.whl", hash = "sha256:7d667d0059fd1aa468de1669d77cc934b7f1feeac258d57bdae69a8e73c4cd90"},
{file = "flake8-black-0.3.4.tar.gz", hash = "sha256:7f96a4c80a828d09f1d550724e16aabb2adacd6a5f8e0bb051df422fc63d2183"},
{file = "flake8_black-0.3.4-py3-none-any.whl", hash = "sha256:fb52f258dfa6a25645c4ba8730eadc5f2ecd32057bf6c9fc21aef1cba9fefd74"},
]
frozenlist = [
{file = "frozenlist-1.3.1-cp310-cp310-macosx_10_9_universal2.whl", hash = "sha256:5f271c93f001748fc26ddea409241312a75e13466b06c94798d1a341cf0e6989"},

View File

@ -26,7 +26,7 @@ black = "22.10.0"
djlint = "1.19.7"
flake8 = "5.0.4"
flake8-alphabetize = "0.0.18"
flake8-black = "0.3.3"
flake8-black = "0.3.4"
mypy = "0.991"
[build-system]