Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit suggestions (#25)
Browse files Browse the repository at this point in the history
<!--pre-commit.ci start-->
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: 23.3.0 →
24.4.2](psf/black@23.3.0...24.4.2)
- [github.com/pycqa/isort: 5.12.0 →
5.13.2](PyCQA/isort@5.12.0...5.13.2)
- https://github.com/charliermarsh/ruff-pre-commithttps://github.com/astral-sh/ruff-pre-commit
- [github.com/astral-sh/ruff-pre-commit: v0.0.261 →
v0.5.0](astral-sh/ruff-pre-commit@v0.0.261...v0.5.0)
- [github.com/asottile/yesqa: v1.4.0 →
v1.5.0](asottile/yesqa@v1.4.0...v1.5.0)
<!--pre-commit.ci end-->
  • Loading branch information
pre-commit-ci[bot] authored Jul 2, 2024
1 parent 0d2d5a2 commit 79e448d
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
Expand Up @@ -9,7 +9,7 @@ ci:

repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0
rev: v4.6.0
hooks:
- id: end-of-file-fixer
- id: trailing-whitespace
Expand All @@ -27,7 +27,7 @@ repos:
- id: end-of-file-fixer
- id: mixed-line-ending
- repo: https://github.com/psf/black
rev: "24.3.0"
rev: "24.4.2"
hooks:
- id: black
- id: black-jupyter
Expand All @@ -37,7 +37,7 @@ repos:
- id: isort
args: ["--profile", "black"]
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.3.5
rev: v0.5.0
hooks:
- id: ruff
args: ['--fix']
Expand Down

0 comments on commit 79e448d

Please sign in to comment.