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 Feb 21, 2024
1 parent e2cb173 commit 8ab8499
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 @@ -23,23 +23,23 @@ repos:
- id: black

- repo: https://github.com/SINTEF/ci-cd
rev: v2.7.2
rev: v2.7.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.2.1
rev: v0.2.2
hooks:
- id: ruff
args:
- --fix
- --show-fixes

- repo: https://github.com/asottile/pyupgrade
rev: v3.15.0
rev: v3.15.1
hooks:
- id: pyupgrade
args: [--py310-plus]
Expand Down

0 comments on commit 8ab8499

Please sign in to comment.