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.4.0 → v4.6.0](pre-commit/pre-commit-hooks@v4.4.0...v4.6.0)
- [github.com/psf/black: 22.12.0 → 24.4.2](psf/black@22.12.0...24.4.2)
- [github.com/PyCQA/isort: 5.11.4 → 5.13.2](PyCQA/isort@5.11.4...5.13.2)
  • Loading branch information
pre-commit-ci[bot] authored Apr 29, 2024
1 parent c0b3ab0 commit 8143a0b
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
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
rev: v4.6.0
hooks:
- id: trailing-whitespace
- id: check-yaml
Expand Down Expand Up @@ -35,7 +35,7 @@ repos:
types: [text]

- repo: https://github.com/psf/black
rev: 22.12.0
rev: 24.4.2
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.13.2" # Use the revision sha / tag you want to point at
hooks:
- id: isort
name: isort
Expand Down

0 comments on commit 8143a0b

Please sign in to comment.