Skip to content

Commit

Permalink
Merge pull request #186 from KennethEnevoldsen/pre-commit-ci-update-c…
Browse files Browse the repository at this point in the history
…onfig

[pre-commit.ci] pre-commit autoupdate
  • Loading branch information
KennethEnevoldsen authored Apr 15, 2024
2 parents a6991af + 548a640 commit 96b9200
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,12 +2,12 @@ default_stages: [commit]

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

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.3.5
rev: v0.3.7
hooks:
- id: ruff
args:
Expand All @@ -26,6 +26,6 @@ repos:
- id: check-yaml

- repo: https://github.com/repo-helper/pyproject-parser
rev: v0.11.0b1
rev: v0.11.0
hooks:
- id: check-pyproject

0 comments on commit 96b9200

Please sign in to comment.