Skip to content

Commit

Permalink
Update pre-commit hooks (#194)
Browse files Browse the repository at this point in the history
  • Loading branch information
TEAM4-0 committed Apr 18, 2024
1 parent dbe194f commit 5133db5
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 @@ -16,15 +16,15 @@ repos:
args: [--markdown-linebreak-ext=md]

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.3.5
rev: v0.3.7
hooks:
- id: ruff
args:
- "--fix"
- "--exit-non-zero-on-fix"

- repo: https://github.com/ambv/black
rev: 24.3.0
rev: 24.4.0
hooks:
- id: black

Expand Down

0 comments on commit 5133db5

Please sign in to comment.