Skip to content

Commit

Permalink
Merge pull request #478 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
chrisdburr authored Nov 19, 2024
2 parents 6d4f42f + 73b70a6 commit 5fd3b10
Show file tree
Hide file tree
Showing 2 changed files with 364 additions and 393 deletions.
8 changes: 4 additions & 4 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.4.7"
rev: "v0.7.4"
hooks:
- id: ruff
args: ["--fix", "--show-fixes"]
exclude: \.md$

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

- repo: https://github.com/pre-commit/pre-commit-hooks
rev: "v4.6.0"
rev: "v5.0.0"
hooks:
- id: check-added-large-files
- id: check-case-conflict
Expand Down Expand Up @@ -50,7 +50,7 @@ repos:
args: [--prose-wrap=never]

- repo: https://github.com/asottile/blacken-docs
rev: "1.16.0"
rev: "1.19.1"
hooks:
- id: blacken-docs
additional_dependencies: [black==23.3.0]
Expand Down
Loading

0 comments on commit 5fd3b10

Please sign in to comment.