Skip to content

Commit

Permalink
Update pre-commit hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
CasperWA committed Oct 23, 2024
1 parent 2e2fd6e commit bd85ec2
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 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.6.0
rev: v5.0.0
hooks:
- id: check-toml
name: Check TOML
Expand All @@ -18,28 +18,28 @@ repos:
exclude: ^.*\.ttl$

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

- repo: https://github.com/SINTEF/ci-cd
rev: v2.8.2
rev: v2.8.3
hooks:
- id: docs-api-reference
args:
- --package-dir=turtle_canon
- id: docs-landing-page

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.6.7
rev: v0.7.0
hooks:
- id: ruff
args:
- --fix
- --show-fixes

- repo: https://github.com/asottile/pyupgrade
rev: v3.17.0
rev: v3.19.0
hooks:
- id: pyupgrade
args: [--py310-plus]
Expand All @@ -52,7 +52,7 @@ repos:
exclude: ^tests/.*$

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

0 comments on commit bd85ec2

Please sign in to comment.