Skip to content

Commit

Permalink
Merge pull request #59 from research-software-collaborations/pre-comm…
Browse files Browse the repository at this point in the history
…it-ci-update-config

[pre-commit.ci] pre-commit autoupdate
  • Loading branch information
davidlange6 authored Jan 29, 2024
2 parents 5f676fa + 118cb1b commit a9521ae
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 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.4.0
rev: v4.5.0
hooks:
- id: check-added-large-files
- id: mixed-line-ending
Expand All @@ -11,13 +11,13 @@ repos:
- id: check-yaml

- repo: https://github.com/pre-commit/mirrors-prettier
rev: "v3.0.0-alpha.9-for-vscode"
rev: "v4.0.0-alpha.8"
hooks:
- id: prettier
types_or: [yaml, css, scss, javascript, json]

- repo: https://github.com/Lucas-C/pre-commit-hooks
rev: v1.5.1
rev: v1.5.4
hooks:
- id: remove-crlf
- id: forbid-tabs
Expand All @@ -32,7 +32,7 @@ repos:
language: fail

- repo: https://github.com/codespell-project/codespell
rev: v2.2.5
rev: v2.2.6
hooks:
- id: codespell
exclude: (^Gemfile.lock|\.js|\.map)$
Expand Down

0 comments on commit a9521ae

Please sign in to comment.