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/prospector: 1.3.1 → 1.5.1](prospector-dev/prospector@1.3.1...1.5.1)
- [github.com/psf/black: 21.7b0 → 21.11b1](psf/black@21.7b0...21.11b1)
- [github.com/PyCQA/isort: 5.9.3 → 5.10.1](PyCQA/isort@5.9.3...5.10.1)
  • Loading branch information
pre-commit-ci[bot] authored Nov 22, 2021
1 parent 3ad3c37 commit 0ab9c7c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,17 +14,17 @@ repos:
- id: debug-statements
- id: check-merge-conflict
- repo: https://github.com/PyCQA/prospector
rev: 1.3.1
rev: 1.5.1
hooks:
- id: prospector
# Exciting bash to support running inside docker or a local virtual env.
entry: bash -c "poetry shell; python -m prospector -X . ;"
- repo: https://github.com/psf/black
rev: 21.7b0
rev: 21.11b1
hooks:
- id: black
- repo: https://github.com/PyCQA/isort
rev: 5.9.3
rev: 5.10.1
hooks:
- id: isort
- repo: local
Expand Down

0 comments on commit 0ab9c7c

Please sign in to comment.