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/isort: v5.11.3 → 5.11.4](PyCQA/isort@v5.11.3...5.11.4)
- [github.com/pycqa/pydocstyle: 6.1.1 → 6.2.0](PyCQA/pydocstyle@6.1.1...6.2.0)
  • Loading branch information
pre-commit-ci[bot] authored Jan 2, 2023
1 parent fd616c5 commit f9d2703
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 @@ -15,15 +15,15 @@ repos:
hooks:
- id: black
- repo: https://github.com/pycqa/isort
rev: v5.11.3
rev: 5.11.4
hooks:
- id: isort
- repo: https://github.com/pycqa/flake8
rev: 6.0.0
hooks:
- id: flake8
- repo: https://github.com/pycqa/pydocstyle
rev: 6.1.1
rev: 6.2.0
hooks:
- id: pydocstyle
- repo: https://github.com/pre-commit/pygrep-hooks
Expand Down

0 comments on commit f9d2703

Please sign in to comment.