Skip to content

Commit

Permalink
build: Bump pre-commit versions
Browse files Browse the repository at this point in the history
  • Loading branch information
MoritzWeber0 committed Oct 10, 2023
1 parent f035981 commit 6c70db0
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ default_install_hook_types: [commit-msg, pre-commit]
default_stages: [commit, merge-commit]
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: check-builtin-literals
Expand Down Expand Up @@ -68,7 +68,7 @@ repos:
files: "^backend/capellacollab"
exclude: "^backend/capellacollab/alembic/"
- repo: https://github.com/pre-commit/mirrors-prettier
rev: v2.7.1
rev: v3.0.3
hooks:
- id: prettier
types_or: [ts, css, html, markdown]
Expand All @@ -77,7 +77,7 @@ repos:
- "prettier@^3.0.3"
- "prettier-plugin-tailwindcss@^0.5.5"
- repo: https://github.com/Lucas-C/pre-commit-hooks
rev: v1.4.2
rev: v1.5.4
hooks:
- id: insert-license
name: Insert license headers (shell-style comments)
Expand Down Expand Up @@ -129,11 +129,11 @@ repos:
- --comment-style
- "..| |"
- repo: https://github.com/fsfe/reuse-tool
rev: v1.1.0
rev: v2.1.0
hooks:
- id: reuse
- repo: https://github.com/pre-commit/mirrors-eslint
rev: v8.33.0
rev: v8.51.0
hooks:
- id: eslint
additional_dependencies:
Expand All @@ -153,11 +153,11 @@ repos:
exclude: '.+\.spec(-helper)?\.ts$'
types_or: ["html", "ts"]
- repo: https://github.com/qoomon/git-conventional-commits
rev: v2.5.0
rev: v2.6.5
hooks:
- id: conventional-commits
- repo: https://github.com/asottile/pyupgrade
rev: v3.3.1
rev: v3.15.0
hooks:
- id: pyupgrade
args: ["--py311-plus"]

0 comments on commit 6c70db0

Please sign in to comment.