mirror of
https://github.com/thegeeklab/ansible-doctor.git
synced 2024-11-22 12:50:43 +00:00
chore(deps): update dependency flake8-eradicate to v1.1.0
This commit is contained in:
parent
05ff752bca
commit
c7738b534f
8
poetry.lock
generated
8
poetry.lock
generated
@ -154,7 +154,7 @@ pydocstyle = ">=2.1"
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "flake8-eradicate"
|
name = "flake8-eradicate"
|
||||||
version = "1.0.0"
|
version = "1.1.0"
|
||||||
description = "Flake8 plugin to find commented out code"
|
description = "Flake8 plugin to find commented out code"
|
||||||
category = "dev"
|
category = "dev"
|
||||||
optional = false
|
optional = false
|
||||||
@ -654,7 +654,7 @@ testing = ["pytest (>=4.6)", "pytest-checkdocs (>=1.2.3)", "pytest-flake8", "pyt
|
|||||||
[metadata]
|
[metadata]
|
||||||
lock-version = "1.1"
|
lock-version = "1.1"
|
||||||
python-versions = "^3.6.0"
|
python-versions = "^3.6.0"
|
||||||
content-hash = "ecd6631e5dbd77cb609628f4a3709045345efa34cbb15d50640e6b39addc55d3"
|
content-hash = "598f9949d4011d68456b53b31358225fa0a3c2d45d1a0925d88b5edbcfb249ed"
|
||||||
|
|
||||||
[metadata.files]
|
[metadata.files]
|
||||||
anyconfig = [
|
anyconfig = [
|
||||||
@ -758,8 +758,8 @@ flake8-docstrings = [
|
|||||||
{file = "flake8_docstrings-1.6.0-py2.py3-none-any.whl", hash = "sha256:99cac583d6c7e32dd28bbfbef120a7c0d1b6dde4adb5a9fd441c4227a6534bde"},
|
{file = "flake8_docstrings-1.6.0-py2.py3-none-any.whl", hash = "sha256:99cac583d6c7e32dd28bbfbef120a7c0d1b6dde4adb5a9fd441c4227a6534bde"},
|
||||||
]
|
]
|
||||||
flake8-eradicate = [
|
flake8-eradicate = [
|
||||||
{file = "flake8-eradicate-1.0.0.tar.gz", hash = "sha256:fe7167226676823d50cf540532302a6f576c5a398c5260692571a05ef72c5f5b"},
|
{file = "flake8-eradicate-1.1.0.tar.gz", hash = "sha256:f5917d6dbca352efcd10c15fdab9c55c48f0f26f6a8d47898b25d39101f170a8"},
|
||||||
{file = "flake8_eradicate-1.0.0-py3-none-any.whl", hash = "sha256:0fc4ab858a18c7ed630621b5345254c8f55be6060ea5c44a25e384d613618d1f"},
|
{file = "flake8_eradicate-1.1.0-py3-none-any.whl", hash = "sha256:d8e39b684a37c257a53cda817d86e2d96c9ba3450ddc292742623a5dfee04d9e"},
|
||||||
]
|
]
|
||||||
flake8-isort = [
|
flake8-isort = [
|
||||||
{file = "flake8-isort-4.0.0.tar.gz", hash = "sha256:2b91300f4f1926b396c2c90185844eb1a3d5ec39ea6138832d119da0a208f4d9"},
|
{file = "flake8-isort-4.0.0.tar.gz", hash = "sha256:2b91300f4f1926b396c2c90185844eb1a3d5ec39ea6138832d119da0a208f4d9"},
|
||||||
|
@ -53,7 +53,7 @@ flake8 = "3.9.2"
|
|||||||
flake8-blind-except = "0.2.0"
|
flake8-blind-except = "0.2.0"
|
||||||
flake8-builtins = "1.5.3"
|
flake8-builtins = "1.5.3"
|
||||||
flake8-docstrings = "1.6.0"
|
flake8-docstrings = "1.6.0"
|
||||||
flake8-eradicate = "1.0.0"
|
flake8-eradicate = "1.1.0"
|
||||||
flake8-isort = "4.0.0"
|
flake8-isort = "4.0.0"
|
||||||
flake8-logging-format = "0.6.0"
|
flake8-logging-format = "0.6.0"
|
||||||
flake8-pep3101 = "1.3.0"
|
flake8-pep3101 = "1.3.0"
|
||||||
|
Loading…
Reference in New Issue
Block a user