Skip to content
Snippets Groups Projects

Update dependency flake8-builtins to v2

Files

+ 6
6
@@ -291,17 +291,17 @@ toml = "*"
@@ -291,17 +291,17 @@ toml = "*"
[[package]]
[[package]]
name = "flake8-builtins"
name = "flake8-builtins"
version = "1.5.3"
version = "2.1.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
python-versions = "*"
python-versions = ">=3.7"
[package.dependencies]
[package.dependencies]
flake8 = "*"
flake8 = "*"
[package.extras]
[package.extras]
test = ["coverage", "coveralls", "mock", "pytest", "pytest-cov"]
test = ["pytest"]
[[package]]
[[package]]
name = "flake8-docstrings"
name = "flake8-docstrings"
@@ -1167,7 +1167,7 @@ sysstat = ["sadf"]
@@ -1167,7 +1167,7 @@ sysstat = ["sadf"]
[metadata]
[metadata]
lock-version = "1.1"
lock-version = "1.1"
python-versions = "^3.7"
python-versions = "^3.7"
content-hash = "82ed24b53a29fe698ea592f4311babe045b28d7e2aa3155656ad3ff35a5ce787"
content-hash = "c1ea8da7c8c6e7722b654073bafcb3b3a272c7c9851ef67042a929941bb360bd"
[metadata.files]
[metadata.files]
alabaster = [
alabaster = [
@@ -1326,8 +1326,8 @@ flake8-black = [
@@ -1326,8 +1326,8 @@ flake8-black = [
{file = "flake8_black-0.2.4-py3-none-any.whl", hash = "sha256:0a70dfd97c8439827f365dc6dbc6c8c9cc087f0833625c6cc6848ff7876256be"},
{file = "flake8_black-0.2.4-py3-none-any.whl", hash = "sha256:0a70dfd97c8439827f365dc6dbc6c8c9cc087f0833625c6cc6848ff7876256be"},
]
]
flake8-builtins = [
flake8-builtins = [
{file = "flake8-builtins-1.5.3.tar.gz", hash = "sha256:09998853b2405e98e61d2ff3027c47033adbdc17f9fe44ca58443d876eb00f3b"},
{file = "flake8-builtins-2.1.0.tar.gz", hash = "sha256:12ff1ee96dd4e1f3141141ee6c45a5c7d3b3c440d0949e9b8d345c42b39c51d4"},
{file = "flake8_builtins-1.5.3-py2.py3-none-any.whl", hash = "sha256:7706babee43879320376861897e5d1468e396a40b8918ed7bccf70e5f90b8687"},
{file = "flake8_builtins-2.1.0-py3-none-any.whl", hash = "sha256:469e8f03d6d0edf4b1e62b6d5a97dce4598592c8a13ec8f0952e7a185eba50a1"},
]
]
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"},
Loading