Skip to content

Commit

Permalink
Merge pull request #134 from g4edge/pre-commit-ci-update-config
Browse files Browse the repository at this point in the history
chore: update pre-commit hooks
  • Loading branch information
gipert authored Jan 5, 2024
2 parents eaf1618 + 37ed628 commit 97480b9
Show file tree
Hide file tree
Showing 3 changed files with 1,145 additions and 1,130 deletions.
10 changes: 5 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ ci:

repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: "v4.4.0"
rev: "v4.5.0"
hooks:
- id: check-case-conflict
- id: check-executables-have-shebangs
Expand All @@ -22,7 +22,7 @@ repos:
- id: trailing-whitespace

- repo: https://github.com/psf/black
rev: "23.9.1"
rev: "23.12.1"
hooks:
- id: black-jupyter
args: ["--line-length", "100"]
Expand All @@ -34,7 +34,7 @@ repos:
additional_dependencies: [black==23.3.0]

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: "v0.0.292"
rev: "v0.1.9"
hooks:
- id: ruff
args: ["--fix", "--show-fixes"]
Expand Down Expand Up @@ -70,7 +70,7 @@ repos:
- id: shellcheck

- repo: https://github.com/pre-commit/mirrors-prettier
rev: "v3.0.3"
rev: "v4.0.0-alpha.8"
hooks:
- id: prettier
types_or: [yaml, markdown, html, css, scss, javascript, json]
Expand All @@ -87,7 +87,7 @@ repos:
]

- repo: https://github.com/pre-commit/mirrors-clang-format
rev: "v16.0.6"
rev: "v17.0.6"
hooks:
- id: clang-format
types_or: [c++, c, cuda]
Loading

0 comments on commit 97480b9

Please sign in to comment.