Bump flake8-docstrings from 1.6.0 to 1.7.0 (#4119)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Franck Nijhof <git@frenck.dev>
This commit is contained in:
dependabot[bot] 2023-01-26 18:44:50 +01:00 committed by GitHub
parent ee1daa0b35
commit 939eb81581
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@ repos:
hooks: hooks:
- id: flake8 - id: flake8
additional_dependencies: additional_dependencies:
- flake8-docstrings==1.6.0 - flake8-docstrings==1.7.0
- pydocstyle==6.3.0 - pydocstyle==6.3.0
files: ^(supervisor|script|tests)/.+\.py$ files: ^(supervisor|script|tests)/.+\.py$
- repo: https://github.com/pre-commit/pre-commit-hooks - repo: https://github.com/pre-commit/pre-commit-hooks

View File

@ -1,7 +1,7 @@
black==22.12.0 black==22.12.0
codecov==2.1.12 codecov==2.1.12
coverage==7.1.0 coverage==7.1.0
flake8-docstrings==1.6.0 flake8-docstrings==1.7.0
flake8==6.0.0 flake8==6.0.0
pre-commit==3.0.0 pre-commit==3.0.0
pydocstyle==6.3.0 pydocstyle==6.3.0