Update dependency flake8-black to v0.3.4
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
cb2cc1b042
commit
d68e48e002
13
poetry.lock
generated
13
poetry.lock
generated
@ -217,7 +217,7 @@ stdlib-list = {version = "0.8.0", markers = "python_version < \"3.10\""}
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "flake8-black"
|
name = "flake8-black"
|
||||||
version = "0.3.3"
|
version = "0.3.4"
|
||||||
description = "flake8 plugin to call black as a code style validator"
|
description = "flake8 plugin to call black as a code style validator"
|
||||||
category = "dev"
|
category = "dev"
|
||||||
optional = false
|
optional = false
|
||||||
@ -225,9 +225,12 @@ python-versions = ">=3.7"
|
|||||||
|
|
||||||
[package.dependencies]
|
[package.dependencies]
|
||||||
black = ">=22.1.0"
|
black = ">=22.1.0"
|
||||||
flake8 = ">=3.0.0"
|
flake8 = ">=3"
|
||||||
tomli = "*"
|
tomli = "*"
|
||||||
|
|
||||||
|
[package.extras]
|
||||||
|
develop = ["build", "twine"]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "frozenlist"
|
name = "frozenlist"
|
||||||
version = "1.3.1"
|
version = "1.3.1"
|
||||||
@ -786,7 +789,7 @@ testing = ["flake8 (<5)", "func-timeout", "jaraco.functools", "jaraco.itertools"
|
|||||||
[metadata]
|
[metadata]
|
||||||
lock-version = "1.1"
|
lock-version = "1.1"
|
||||||
python-versions = "^3.8"
|
python-versions = "^3.8"
|
||||||
content-hash = "e2291c7671e0d8d4595d0bb97515f28cdfcf657514dd211ea89cb2e199003441"
|
content-hash = "23fa224d6ac0fad83e19c68310979066650cd567693b478ff4e4ae45652e0558"
|
||||||
|
|
||||||
[metadata.files]
|
[metadata.files]
|
||||||
aiofiles = [
|
aiofiles = [
|
||||||
@ -961,8 +964,8 @@ flake8-alphabetize = [
|
|||||||
{file = "flake8_alphabetize-0.0.18-py3-none-any.whl", hash = "sha256:cb7b927ab25a24cfe76ba38fe1ecb81116e622f228462d1587e7c4569389ab95"},
|
{file = "flake8_alphabetize-0.0.18-py3-none-any.whl", hash = "sha256:cb7b927ab25a24cfe76ba38fe1ecb81116e622f228462d1587e7c4569389ab95"},
|
||||||
]
|
]
|
||||||
flake8-black = [
|
flake8-black = [
|
||||||
{file = "flake8-black-0.3.3.tar.gz", hash = "sha256:8211f5e20e954cb57c709acccf2f3281ce27016d4c4b989c3e51f878bb7ce12a"},
|
{file = "flake8-black-0.3.4.tar.gz", hash = "sha256:7f96a4c80a828d09f1d550724e16aabb2adacd6a5f8e0bb051df422fc63d2183"},
|
||||||
{file = "flake8_black-0.3.3-py3-none-any.whl", hash = "sha256:7d667d0059fd1aa468de1669d77cc934b7f1feeac258d57bdae69a8e73c4cd90"},
|
{file = "flake8_black-0.3.4-py3-none-any.whl", hash = "sha256:fb52f258dfa6a25645c4ba8730eadc5f2ecd32057bf6c9fc21aef1cba9fefd74"},
|
||||||
]
|
]
|
||||||
frozenlist = [
|
frozenlist = [
|
||||||
{file = "frozenlist-1.3.1-cp310-cp310-macosx_10_9_universal2.whl", hash = "sha256:5f271c93f001748fc26ddea409241312a75e13466b06c94798d1a341cf0e6989"},
|
{file = "frozenlist-1.3.1-cp310-cp310-macosx_10_9_universal2.whl", hash = "sha256:5f271c93f001748fc26ddea409241312a75e13466b06c94798d1a341cf0e6989"},
|
||||||
|
@ -26,7 +26,7 @@ black = "22.10.0"
|
|||||||
djlint = "1.19.7"
|
djlint = "1.19.7"
|
||||||
flake8 = "5.0.4"
|
flake8 = "5.0.4"
|
||||||
flake8-alphabetize = "0.0.18"
|
flake8-alphabetize = "0.0.18"
|
||||||
flake8-black = "0.3.3"
|
flake8-black = "0.3.4"
|
||||||
mypy = "0.991"
|
mypy = "0.991"
|
||||||
|
|
||||||
[build-system]
|
[build-system]
|
||||||
|
Loading…
Reference in New Issue
Block a user