Skip to content

Commit

Permalink
Merge pull request #139 from gabbhack/pre-commit-ci-update-config
Browse files Browse the repository at this point in the history
[pre-commit.ci] pre-commit autoupdate
  • Loading branch information
gabbhack authored Apr 16, 2024
2 parents c041f55 + 67287f2 commit 0ef065f
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.5.0
rev: v4.6.0
hooks:
- id: "trailing-whitespace"
- id: "check-case-conflict"
Expand All @@ -15,13 +15,13 @@ repos:
- id: "check-json"

- repo: https://github.com/psf/black
rev: 24.2.0
rev: 24.4.0
hooks:
- id: black
files: &files '^(app)'

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.3.2
rev: v0.3.7
hooks:
- id: ruff

Expand Down

0 comments on commit 0ef065f

Please sign in to comment.