Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#792)
Browse files Browse the repository at this point in the history
updates:
- [github.com/PyCQA/pylint: v2.16.0b0 → v2.16.0b1](pylint-dev/pylint@v2.16.0b0...v2.16.0b1)
- [github.com/PyCQA/pydocstyle: 6.2.3 → 6.3.0](PyCQA/pydocstyle@6.2.3...6.3.0)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
pre-commit-ci[bot] committed Jan 23, 2023
1 parent 2283b31 commit 3e51866
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ repos:
- id: prettier
exclude: ^README\.md$
- repo: https://github.com/PyCQA/pylint
rev: v2.16.0b0
rev: v2.16.0b1
hooks:
- id: pylint
files: ^(nbqa|tests)/
Expand All @@ -39,7 +39,7 @@ repos:
hooks:
- id: isort
- repo: https://github.com/PyCQA/pydocstyle
rev: 6.2.3
rev: 6.3.0
hooks:
- id: pydocstyle
files: ^nbqa/
Expand Down

0 comments on commit 3e51866

Please sign in to comment.