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/psf/black: 22.12.0 → 23.3.0](psf/black@22.12.0...23.3.0)
- [github.com/PyCQA/isort: 5.11.4 → 5.12.0](PyCQA/isort@5.11.4...5.12.0)
  • Loading branch information
pre-commit-ci[bot] authored Apr 4, 2023
1 parent c0b3ab0 commit 8c65173
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 @@ -35,7 +35,7 @@ repos:
types: [text]

- repo: https://github.com/psf/black
rev: 22.12.0
rev: 23.3.0
hooks:
- id: black
language_version: python3
Expand All @@ -45,7 +45,7 @@ repos:
types: [python]

- repo: https://github.com/PyCQA/isort
rev: "5.11.4" # Use the revision sha / tag you want to point at
rev: "5.12.0" # Use the revision sha / tag you want to point at
hooks:
- id: isort
name: isort
Expand Down

0 comments on commit 8c65173

Please sign in to comment.