Skip to content
Snippets Groups Projects
Unverified Commit e4bebdc3 authored by dependabot-preview[bot]'s avatar dependabot-preview[bot] Committed by GitHub
Browse files
parent df03ce10
No related branches found
No related tags found
1 merge request!18Bump flake8-docstrings from 1.5.0 to 1.6.0
...@@ -221,7 +221,7 @@ test = ["coverage", "coveralls", "mock", "pytest", "pytest-cov"] ...@@ -221,7 +221,7 @@ test = ["coverage", "coveralls", "mock", "pytest", "pytest-cov"]
[[package]] [[package]]
name = "flake8-docstrings" name = "flake8-docstrings"
version = "1.5.0" version = "1.6.0"
description = "Extension for flake8 which uses pydocstyle to check docstrings" description = "Extension for flake8 which uses pydocstyle to check docstrings"
category = "dev" category = "dev"
optional = false optional = false
...@@ -959,7 +959,7 @@ testing = ["pytest (>=3.5,!=3.7.3)", "pytest-checkdocs (>=1.2.3)", "pytest-flake ...@@ -959,7 +959,7 @@ testing = ["pytest (>=3.5,!=3.7.3)", "pytest-checkdocs (>=1.2.3)", "pytest-flake
[metadata] [metadata]
lock-version = "1.1" lock-version = "1.1"
python-versions = "^3.6,<3.10" python-versions = "^3.6,<3.10"
content-hash = "7d9a3490f1415c45c94719f1989d1f4168c6db4fa0c1202272a868fa1845f570" content-hash = "53ad936790c64d29d133869ec6c1f69ebdcde1042694d9eaa21b61eb3aabb332"
[metadata.files] [metadata.files]
alabaster = [ alabaster = [
...@@ -1088,8 +1088,8 @@ flake8-builtins = [ ...@@ -1088,8 +1088,8 @@ flake8-builtins = [
{file = "flake8_builtins-1.5.3-py2.py3-none-any.whl", hash = "sha256:7706babee43879320376861897e5d1468e396a40b8918ed7bccf70e5f90b8687"}, {file = "flake8_builtins-1.5.3-py2.py3-none-any.whl", hash = "sha256:7706babee43879320376861897e5d1468e396a40b8918ed7bccf70e5f90b8687"},
] ]
flake8-docstrings = [ flake8-docstrings = [
{file = "flake8-docstrings-1.5.0.tar.gz", hash = "sha256:3d5a31c7ec6b7367ea6506a87ec293b94a0a46c0bce2bb4975b7f1d09b6f3717"}, {file = "flake8-docstrings-1.6.0.tar.gz", hash = "sha256:9fe7c6a306064af8e62a055c2f61e9eb1da55f84bb39caef2b84ce53708ac34b"},
{file = "flake8_docstrings-1.5.0-py2.py3-none-any.whl", hash = "sha256:a256ba91bc52307bef1de59e2a009c3cf61c3d0952dbe035d6ff7208940c2edc"}, {file = "flake8_docstrings-1.6.0-py2.py3-none-any.whl", hash = "sha256:99cac583d6c7e32dd28bbfbef120a7c0d1b6dde4adb5a9fd441c4227a6534bde"},
] ]
flake8-fixme = [ flake8-fixme = [
{file = "flake8-fixme-1.1.1.tar.gz", hash = "sha256:50cade07d27a4c30d4f12351478df87339e67640c83041b664724bda6d16f33a"}, {file = "flake8-fixme-1.1.1.tar.gz", hash = "sha256:50cade07d27a4c30d4f12351478df87339e67640c83041b664724bda6d16f33a"},
......
...@@ -20,7 +20,7 @@ flake8-fixme = "^1.1.1" ...@@ -20,7 +20,7 @@ flake8-fixme = "^1.1.1"
flake8-mypy = "^17.8.0" flake8-mypy = "^17.8.0"
flake8-bandit = "^2.1.2" flake8-bandit = "^2.1.2"
flake8-builtins = "^1.4.1" flake8-builtins = "^1.4.1"
flake8-docstrings = "^1.5.0" flake8-docstrings = "^1.6.0"
flake8-rst-docstrings = "^0.0.14" flake8-rst-docstrings = "^0.0.14"
black = "^19.10b0" black = "^19.10b0"
flake8-black = "^0.2.0" flake8-black = "^0.2.0"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment