Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#23)
Browse files Browse the repository at this point in the history
updates:
- [github.com/pycqa/isort: v5.11.3 → 5.12.0](PyCQA/isort@v5.11.3...5.12.0)
- [github.com/pre-commit/pygrep-hooks: v1.9.0 → v1.10.0](pre-commit/pygrep-hooks@v1.9.0...v1.10.0)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
pre-commit-ci[bot] committed Jan 31, 2023
1 parent 88a97a3 commit e60a601
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 @@ -28,7 +28,7 @@ repos:
- id: black

- repo: https://github.com/pycqa/isort
rev: v5.11.3
rev: 5.12.0
hooks:
- id: isort

Expand All @@ -44,7 +44,7 @@ repos:
exclude: "^examples/|^tests/django_app/"

- repo: https://github.com/pre-commit/pygrep-hooks
rev: v1.9.0
rev: v1.10.0
hooks:
- id: python-check-blanket-noqa
- id: python-check-blanket-type-ignore
Expand Down

0 comments on commit e60a601

Please sign in to comment.