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.5.0 → v4.6.0](pre-commit/pre-commit-hooks@v4.5.0...v4.6.0)
- [github.com/psf/black.git: 24.2.0 → 24.3.0](https://github.com/psf/black.git/compare/24.2.0...24.3.0)
- [github.com/astral-sh/ruff-pre-commit: v0.2.2 → v0.3.5](astral-sh/ruff-pre-commit@v0.2.2...v0.3.5)
  • Loading branch information
pre-commit-ci[bot] authored Apr 8, 2024
1 parent 7a6f350 commit aefc8b5
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 @@ -2,7 +2,7 @@
# See https://pre-commit.com/hooks.html for more hooks
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0
rev: v4.6.0
hooks:
- id: check-added-large-files
- id: check-merge-conflict
Expand All @@ -18,7 +18,7 @@ repos:
types_or: [yaml]

- repo: https://github.com/psf/black.git
rev: 24.2.0
rev: 24.3.0
hooks:
- id: black
files: (.*\.(py|pyi))$
Expand All @@ -30,7 +30,7 @@ repos:
args: [--config=.flake8]

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.2.2
rev: v0.3.5
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix, --no-cache]
Expand Down

0 comments on commit aefc8b5

Please sign in to comment.