Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#525)
Browse files Browse the repository at this point in the history
updates:
- [github.com/pycqa/isort: 5.11.1 → 5.11.4](PyCQA/isort@5.11.1...5.11.4)
- [github.com/pycqa/pydocstyle: 6.1.1 → 6.2.0](PyCQA/pydocstyle@6.1.1...6.2.0)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
pre-commit-ci[bot] authored Jan 4, 2023
1 parent d4840ca commit 4f04993
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 @@ -21,13 +21,13 @@ repos:
- id: black
args: [--line-length=80]
- repo: https://github.com/pycqa/isort
rev: 5.11.1
rev: 5.11.4
hooks:
- id: isort
name: isort (python)
args: [--profile=black, --line-length=80]
- repo: https://github.com/pycqa/pydocstyle
rev: '6.1.1'
rev: '6.2.0'
hooks:
- id: pydocstyle
exclude: ^(foyer/tests/|docs/|devtools/|setup.py)
Expand Down

0 comments on commit 4f04993

Please sign in to comment.