Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#787)
Browse files Browse the repository at this point in the history
updates:
- [github.com/PyCQA/pylint: v2.15.9 → v2.15.10](pylint-dev/pylint@v2.15.9...v2.15.10)
- [github.com/PyCQA/pydocstyle: 6.1.1 → 6.2.3](PyCQA/pydocstyle@6.1.1...6.2.3)

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 9, 2023
1 parent 117cf4a commit 220dacf
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.15.9
rev: v2.15.10
hooks:
- id: pylint
files: ^(nbqa|tests)/
Expand All @@ -39,7 +39,7 @@ repos:
hooks:
- id: isort
- repo: https://github.com/PyCQA/pydocstyle
rev: 6.1.1
rev: 6.2.3
hooks:
- id: pydocstyle
files: ^nbqa/
Expand Down

0 comments on commit 220dacf

Please sign in to comment.