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.1b0](prospector-dev/prospector@1.3.1...1.5.1b0)
- [github.com/psf/black: 21.7b0 → 21.8b0](psf/black@21.7b0...21.8b0)
  • Loading branch information
pre-commit-ci[bot] authored Sep 13, 2021
1 parent 3ad3c37 commit 82b13ec
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 @@ -14,13 +14,13 @@ repos:
- id: debug-statements
- id: check-merge-conflict
- repo: https://github.com/PyCQA/prospector
rev: 1.3.1
rev: 1.5.1b0
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.8b0
hooks:
- id: black
- repo: https://github.com/PyCQA/isort
Expand Down

0 comments on commit 82b13ec

Please sign in to comment.