Skip to content

Commit

Permalink
Update pre-commit hooks (#217)
Browse files Browse the repository at this point in the history
  • Loading branch information
CasperWA authored Aug 7, 2024
1 parent e45f494 commit 87514db
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 @@ -18,7 +18,7 @@ repos:
exclude: ^.*\.ttl$

- repo: https://github.com/ambv/black
rev: 24.4.2
rev: 24.8.0
hooks:
- id: black

Expand All @@ -31,7 +31,7 @@ repos:
- id: docs-landing-page

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.5.5
rev: v0.5.6
hooks:
- id: ruff
args:
Expand All @@ -52,7 +52,7 @@ repos:
exclude: ^tests/.*$

- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.11.0
rev: v1.11.1
hooks:
- id: mypy
exclude: ^tests/.*$
Expand Down

0 comments on commit 87514db

Please sign in to comment.