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: 5.10.0 → 5.10.1](PyCQA/isort@5.10.0...5.10.1)
- [github.com/PyCQA/doc8: 0.9.1 → 0.10.1](PyCQA/doc8@0.9.1...0.10.1)
  • Loading branch information
pre-commit-ci[bot] authored Nov 15, 2021
1 parent bd1305e commit d2a7922
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,7 +15,7 @@ repos:
- id: black

- repo: https://github.com/PyCQA/isort
rev: "5.10.0"
rev: "5.10.1"
hooks:
- id: isort

Expand All @@ -37,6 +37,6 @@ repos:
- id: pyupgrade

- repo: https://github.com/PyCQA/doc8
rev: "0.9.1"
rev: "0.10.1"
hooks:
- id: doc8

0 comments on commit d2a7922

Please sign in to comment.