Merge pull request #602 from collerek/dependabot/pip/flake8-variables-names-0.0.5
This commit is contained in:
9
poetry.lock
generated
9
poetry.lock
generated
@ -548,11 +548,11 @@ flake8 = "*"
|
||||
|
||||
[[package]]
|
||||
name = "flake8-variables-names"
|
||||
version = "0.0.4"
|
||||
version = "0.0.5"
|
||||
description = "A flake8 extension that helps to make more readable variables names"
|
||||
category = "dev"
|
||||
optional = false
|
||||
python-versions = "*"
|
||||
python-versions = ">=3.7"
|
||||
|
||||
[[package]]
|
||||
name = "ghp-import"
|
||||
@ -1430,7 +1430,7 @@ sqlite = []
|
||||
[metadata]
|
||||
lock-version = "1.1"
|
||||
python-versions = "^3.7.0"
|
||||
content-hash = "242d87044b5510f45a1cecec68aa9abe352889941a2f38f5ec0ac7ae6d34b54e"
|
||||
content-hash = "af0598caa77b806051cef994817d1813fd162b57fd3233eb20729c76cea7f022"
|
||||
|
||||
[metadata.files]
|
||||
aiomysql = [
|
||||
@ -1753,7 +1753,8 @@ flake8-polyfill = [
|
||||
{file = "flake8_polyfill-1.0.2-py2.py3-none-any.whl", hash = "sha256:12be6a34ee3ab795b19ca73505e7b55826d5f6ad7230d31b18e106400169b9e9"},
|
||||
]
|
||||
flake8-variables-names = [
|
||||
{file = "flake8_variables_names-0.0.4.tar.gz", hash = "sha256:d6fa0571a807c72940b5773827c5760421ea6f8206595ff0a8ecfa01e42bf2cf"},
|
||||
{file = "flake8_variables_names-0.0.5-py3-none-any.whl", hash = "sha256:e3277031696bbe10b5132b49938cde1d70fcae9561533b7bd7ab8e69cb27addb"},
|
||||
{file = "flake8_variables_names-0.0.5.tar.gz", hash = "sha256:30133e14ee2300e13a60393a00f74d98110c76070ac67d1ab91606f02824a7e1"},
|
||||
]
|
||||
ghp-import = [
|
||||
{file = "ghp-import-2.0.2.tar.gz", hash = "sha256:947b3771f11be850c852c64b561c600fdddf794bab363060854c1ee7ad05e071"},
|
||||
|
||||
@ -88,7 +88,7 @@ flake8-bugbear = "^22.1.11"
|
||||
flake8-import-order = "^0.18.1"
|
||||
flake8-bandit = "^2.1.2"
|
||||
flake8-builtins = "^1.5.3"
|
||||
flake8-variables-names = "^0.0.4"
|
||||
flake8-variables-names = "^0.0.5"
|
||||
flake8-cognitive-complexity = "^0.1.0"
|
||||
flake8-functions = "^0.0.7"
|
||||
flake8-expression-complexity = "^0.0.11"
|
||||
|
||||
Reference in New Issue
Block a user