Skip to content

Commit

Permalink
chore: Bump pre-commit versions
Browse files Browse the repository at this point in the history
  • Loading branch information
dominik003 committed Jan 22, 2024
1 parent c272d34 commit d3220c4
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ repos:
- id: fix-byte-order-marker
- id: trailing-whitespace
- repo: https://github.com/psf/black-pre-commit-mirror
rev: 23.9.1
rev: 23.12.1
hooks:
- id: black
files: "^backend/"
Expand All @@ -40,13 +40,13 @@ repos:
types: [python]
exclude: "^backend/"
- repo: https://github.com/PyCQA/isort
rev: 5.12.0
rev: 5.13.2
hooks:
- id: isort
entry: bash -c "cd backend && isort ."
types: [python]
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.5.1
rev: v1.8.0
hooks:
- id: mypy
types_or: [python, spec]
Expand All @@ -70,7 +70,7 @@ repos:
files: "^backend/capellacollab"
exclude: "^backend/capellacollab/alembic/"
- repo: https://github.com/pre-commit/mirrors-prettier
rev: v3.0.3
rev: v3.1.0
hooks:
- id: prettier
types_or: [ts, css, html, markdown]
Expand Down Expand Up @@ -130,31 +130,31 @@ repos:
- --comment-style
- "..| |"
- repo: https://github.com/fsfe/reuse-tool
rev: v2.1.0
rev: v3.0.1
hooks:
- id: reuse
- repo: https://github.com/pre-commit/mirrors-eslint
rev: v8.51.0
rev: v8.56.0
hooks:
- id: eslint
additional_dependencies:
- "eslint@^8.55.0"
- "@angular-eslint/eslint-plugin@17.1.1"
- "@angular-eslint/eslint-plugin-template@17.1.1"
- "@angular-eslint/template-parser@17.1.1"
- "eslint@^8.56.0"
- "@angular-eslint/eslint-plugin@17.2.1"
- "@angular-eslint/eslint-plugin-template@17.2.1"
- "@angular-eslint/template-parser@17.2.1"
- "eslint-config-prettier@^9.1.0"
- "eslint-plugin-import@^2.29.0"
- "@typescript-eslint/eslint-plugin@^6.12.0"
- "@typescript-eslint/parser@^6.12.0"
- "eslint-plugin-import@^2.29.1"
- "@typescript-eslint/eslint-plugin@^6.19.0"
- "@typescript-eslint/parser@^6.19.0"
- "eslint-plugin-unused-imports@^3.0.0"
- "eslint-plugin-deprecation@^2.0.0"
- "eslint-plugin-tailwindcss@^3.13.0"
- "eslint-plugin-tailwindcss@^3.14.0"
args: ["--fix"]
types: []
exclude: '.+\.spec(-helper)?\.ts$'
types_or: ["html", "ts"]
- repo: https://github.com/qoomon/git-conventional-commits
rev: v2.6.5
rev: v2.6.7
hooks:
- id: conventional-commits
- repo: https://github.com/asottile/pyupgrade
Expand Down

0 comments on commit d3220c4

Please sign in to comment.