diff --git a/poetry.lock b/poetry.lock index 0f02dafe0..eaaeac40a 100644 --- a/poetry.lock +++ b/poetry.lock @@ -560,7 +560,7 @@ mdurl = ">=0.1,<1.0" [package.extras] benchmarking = ["psutil", "pytest", "pytest-benchmark"] -code-style = ["pre-commit (>=3.0,<4.0)"] +code_style = ["pre-commit (>=3.0,<4.0)"] compare = ["commonmark (>=0.9,<1.0)", "markdown (>=3.4,<4.0)", "mistletoe (>=1.0,<2.0)", "mistune (>=2.0,<3.0)", "panflute (>=2.3,<3.0)"] linkify = ["linkify-it-py (>=1,<3)"] plugins = ["mdit-py-plugins"] @@ -761,12 +761,12 @@ setoptconf-tmp = ">=0.3.1,<0.4.0" toml = ">=0.10.2,<0.11.0" [package.extras] -with-bandit = ["bandit (>=1.5.1)"] -with-everything = ["bandit (>=1.5.1)", "mypy (>=0.600)", "pyright (>=1.1.3)", "pyroma (>=2.4)", "vulture (>=1.5)"] -with-mypy = ["mypy (>=0.600)"] -with-pyright = ["pyright (>=1.1.3)"] -with-pyroma = ["pyroma (>=2.4)"] -with-vulture = ["vulture (>=1.5)"] +with_bandit = ["bandit (>=1.5.1)"] +with_everything = ["bandit (>=1.5.1)", "mypy (>=0.600)", "pyright (>=1.1.3)", "pyroma (>=2.4)", "vulture (>=1.5)"] +with_mypy = ["mypy (>=0.600)"] +with_pyright = ["pyright (>=1.1.3)"] +with_pyroma = ["pyroma (>=2.4)"] +with_vulture = ["vulture (>=1.5)"] [[package]] name = "prospector-profile-duplicated" @@ -918,8 +918,8 @@ pylint = ">=2.0,<3" pylint-plugin-utils = ">=0.7" [package.extras] -for-tests = ["coverage", "django-tables2", "django-tastypie", "factory-boy", "pylint (>=2.13)", "pytest", "wheel"] -with-django = ["Django"] +for_tests = ["coverage", "django-tables2", "django-tastypie", "factory-boy", "pylint (>=2.13)", "pytest", "wheel"] +with_django = ["Django"] [[package]] name = "pylint-flask" @@ -1357,9 +1357,9 @@ test = ["big-O", "jaraco.functools", "jaraco.itertools", "jaraco.test", "more-it [extras] audit = [] checks = [] -pr-checks = ["codespell"] +pr_checks = ["codespell"] publish = ["twine", "google-api-python-client", "google-auth-httplib2", "google-auth-oauthlib", "tomlkit"] -publish-plugins = [] +publish_plugins = [] version = ["multi-repo-automation"] [metadata]