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/pre-commit/pre-commit-hooks: v4.0.1 → v4.6.0](pre-commit/pre-commit-hooks@v4.0.1...v4.6.0)
- [github.com/PyCQA/prospector: 1.3.1 → v1.10.3](prospector-dev/prospector@1.3.1...v1.10.3)
- [github.com/psf/black: 21.7b0 → 24.4.2](psf/black@21.7b0...24.4.2)
- [github.com/PyCQA/isort: 5.9.3 → 5.13.2](PyCQA/isort@5.9.3...5.13.2)
  • Loading branch information
pre-commit-ci[bot] authored Apr 29, 2024
1 parent 391fffe commit 052cf62
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,25 +6,25 @@ ci:

repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.0.1
rev: v4.6.0
hooks:
- id: check-yaml
- id: end-of-file-fixer
- id: trailing-whitespace
- id: debug-statements
- id: check-merge-conflict
- repo: https://github.com/PyCQA/prospector
rev: 1.3.1
rev: v1.10.3
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: 24.4.2
hooks:
- id: black
- repo: https://github.com/PyCQA/isort
rev: 5.9.3
rev: 5.13.2
hooks:
- id: isort
- repo: local
Expand Down

0 comments on commit 052cf62

Please sign in to comment.