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 Dec 11, 2024
1 parent faf48b9 commit 25c69da
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 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,41 +18,41 @@ 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.8.2
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]

- repo: https://github.com/PyCQA/bandit
rev: '1.7.10'
rev: '1.8.0'
hooks:
- id: bandit
args: [-r]
exclude: ^tests/.*$

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

0 comments on commit 25c69da

Please sign in to comment.