mirror of
https://github.com/thegeeklab/ansible-later.git
synced 2024-11-22 12:50:42 +00:00
chore(deps): update dependency flake8-builtins to v2 (#460)
This commit is contained in:
parent
ebc0b97eec
commit
05e90eb380
10
poetry.lock
generated
10
poetry.lock
generated
@ -174,7 +174,7 @@ python-versions = "*"
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "flake8-builtins"
|
name = "flake8-builtins"
|
||||||
version = "1.5.3"
|
version = "2.0.0"
|
||||||
description = "Check for python builtins being used as variables or parameters."
|
description = "Check for python builtins being used as variables or parameters."
|
||||||
category = "dev"
|
category = "dev"
|
||||||
optional = false
|
optional = false
|
||||||
@ -184,7 +184,7 @@ python-versions = "*"
|
|||||||
flake8 = "*"
|
flake8 = "*"
|
||||||
|
|
||||||
[package.extras]
|
[package.extras]
|
||||||
test = ["coverage", "coveralls", "mock", "pytest", "pytest-cov"]
|
test = ["pytest"]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "flake8-docstrings"
|
name = "flake8-docstrings"
|
||||||
@ -716,7 +716,7 @@ ansible-core = ["ansible-core"]
|
|||||||
[metadata]
|
[metadata]
|
||||||
lock-version = "1.1"
|
lock-version = "1.1"
|
||||||
python-versions = "^3.8.0"
|
python-versions = "^3.8.0"
|
||||||
content-hash = "d347b4799ac0bd3a1891b6d302c85d5fd4d702d7727872aa176c8a3b059c5440"
|
content-hash = "83091bf9bc239b7e34da0ab09f389ec9b9e1668a7356d11b8847652238d4b711"
|
||||||
|
|
||||||
[metadata.files]
|
[metadata.files]
|
||||||
ansible = [
|
ansible = [
|
||||||
@ -908,8 +908,8 @@ flake8-blind-except = [
|
|||||||
{file = "flake8-blind-except-0.2.1.tar.gz", hash = "sha256:f25a575a9dcb3eeb3c760bf9c22db60b8b5a23120224ed1faa9a43f75dd7dd16"},
|
{file = "flake8-blind-except-0.2.1.tar.gz", hash = "sha256:f25a575a9dcb3eeb3c760bf9c22db60b8b5a23120224ed1faa9a43f75dd7dd16"},
|
||||||
]
|
]
|
||||||
flake8-builtins = [
|
flake8-builtins = [
|
||||||
{file = "flake8-builtins-1.5.3.tar.gz", hash = "sha256:09998853b2405e98e61d2ff3027c47033adbdc17f9fe44ca58443d876eb00f3b"},
|
{file = "flake8-builtins-2.0.0.tar.gz", hash = "sha256:98833fa16139a75cd4913003492a9bd9a61c6f8ac146c3db12a2ebaf420dade3"},
|
||||||
{file = "flake8_builtins-1.5.3-py2.py3-none-any.whl", hash = "sha256:7706babee43879320376861897e5d1468e396a40b8918ed7bccf70e5f90b8687"},
|
{file = "flake8_builtins-2.0.0-py3-none-any.whl", hash = "sha256:39bfa3badb5e8d22f92baf4e0ea1b816707245233846932d6b13e81fc6f673e8"},
|
||||||
]
|
]
|
||||||
flake8-docstrings = [
|
flake8-docstrings = [
|
||||||
{file = "flake8-docstrings-1.6.0.tar.gz", hash = "sha256:9fe7c6a306064af8e62a055c2f61e9eb1da55f84bb39caef2b84ce53708ac34b"},
|
{file = "flake8-docstrings-1.6.0.tar.gz", hash = "sha256:9fe7c6a306064af8e62a055c2f61e9eb1da55f84bb39caef2b84ce53708ac34b"},
|
||||||
|
@ -52,7 +52,7 @@ yamllint = "1.28.0"
|
|||||||
[tool.poetry.dev-dependencies]
|
[tool.poetry.dev-dependencies]
|
||||||
bandit = "1.7.4"
|
bandit = "1.7.4"
|
||||||
flake8-blind-except = "0.2.1"
|
flake8-blind-except = "0.2.1"
|
||||||
flake8-builtins = "1.5.3"
|
flake8-builtins = "2.0.0"
|
||||||
flake8-docstrings = "1.6.0"
|
flake8-docstrings = "1.6.0"
|
||||||
flake8-eradicate = "1.3.0"
|
flake8-eradicate = "1.3.0"
|
||||||
flake8-isort = "5.0.0"
|
flake8-isort = "5.0.0"
|
||||||
|
Loading…
Reference in New Issue
Block a user