Skip to content

Commit

Permalink
Merge pull request #410 from alan-turing-institute/pre-commit-ci-upda…
Browse files Browse the repository at this point in the history
…te-config

chore: update pre-commit hooks
  • Loading branch information
kallewesterling authored Apr 24, 2024
2 parents f960d16 + 5af2d2d commit a0e0e7c
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 @@ -4,22 +4,22 @@ ci:

repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: "v0.3.2"
rev: "v0.4.1"
hooks:
- id: ruff
args: ["--fix", "--show-fixes"]
exclude: \.md$

- repo: https://github.com/psf/black
rev: "24.2.0"
rev: "24.4.0"
hooks:
- id: black
language: python
files: ^eap_backend/
exclude: \.md$

- repo: https://github.com/pre-commit/pre-commit-hooks
rev: "v4.5.0"
rev: "v4.6.0"
hooks:
- id: check-added-large-files
- id: check-case-conflict
Expand Down

0 comments on commit a0e0e7c

Please sign in to comment.