Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate
Browse files Browse the repository at this point in the history
updates:
- [github.com/PyCQA/docformatter: v1.5.1 → v1.6.0.rc1](PyCQA/docformatter@v1.5.1...v1.6.0.rc1)
- [github.com/asottile/blacken-docs: v1.12.1 → 1.13.0](adamchainz/blacken-docs@v1.12.1...1.13.0)
- [github.com/PyCQA/pylint: v2.15.9 → v2.16.0b1](pylint-dev/pylint@v2.15.9...v2.16.0b1)
- [github.com/PyCQA/pydocstyle: 6.2.2 → 6.3.0](PyCQA/pydocstyle@6.2.2...6.3.0)
  • Loading branch information
pre-commit-ci[bot] authored Jan 23, 2023
1 parent 87033dd commit 3e4ca84
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,13 @@ repos:

# Formats python docstrings.
- repo: https://github.com/PyCQA/docformatter
rev: v1.5.1
rev: v1.6.0.rc1
hooks:
- id: docformatter

# Formats code-blocks in documentation.
- repo: https://github.com/asottile/blacken-docs
rev: v1.12.1
rev: 1.13.0
hooks:
- id: blacken-docs
# Note - on black update blacken-docs pin should also be updated.
Expand Down Expand Up @@ -76,7 +76,7 @@ repos:

# Lint code in pre-commit env, note: This ignores import checks.
- repo: https://github.com/PyCQA/pylint
rev: v2.15.9
rev: v2.16.0b1
hooks:
# Pylint is also run from within pre-commit for CI purposes.
- id: pylint
Expand Down Expand Up @@ -109,7 +109,7 @@ repos:
# Lint docstrings.
- repo: https://github.com/PyCQA/pydocstyle
# Waiting for a 3.10 release on pypi
rev: "6.2.2"
rev: "6.3.0"
hooks:
- id: pydocstyle
additional_dependencies:
Expand Down

0 comments on commit 3e4ca84

Please sign in to comment.