mirror of
https://github.com/thegeeklab/ansible-later.git
synced 2024-11-22 21:00:44 +00:00
chore(deps): update dependency flake8-eradicate to v1.1.0
This commit is contained in:
parent
5fdbb75fc0
commit
0728a2e359
8
poetry.lock
generated
8
poetry.lock
generated
@ -206,7 +206,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
|
||||||
@ -712,7 +712,7 @@ ansible-base = ["ansible-base"]
|
|||||||
[metadata]
|
[metadata]
|
||||||
lock-version = "1.1"
|
lock-version = "1.1"
|
||||||
python-versions = "^3.6.0"
|
python-versions = "^3.6.0"
|
||||||
content-hash = "ee8551f1f1f849667a723f019ae629498baf227d879a3d7af728a721ab41e4b5"
|
content-hash = "a45a533934368db70c5320eb5b709cd70c84969d45ed6e5eacf47fd2c603e1dd"
|
||||||
|
|
||||||
[metadata.files]
|
[metadata.files]
|
||||||
ansible = [
|
ansible = [
|
||||||
@ -886,8 +886,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"},
|
||||||
|
@ -56,7 +56,7 @@ bandit = "1.7.0"
|
|||||||
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