Skip to content

Commit

Permalink
Merge pull request #1887 from DSD-DBS/version-update
Browse files Browse the repository at this point in the history
build: Update frontend and `pre-commit` versions
  • Loading branch information
MoritzWeber0 authored Oct 8, 2024
2 parents 071371d + a03a506 commit 8d6fec5
Show file tree
Hide file tree
Showing 3 changed files with 1,853 additions and 1,303 deletions.
20 changes: 10 additions & 10 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
# SPDX-License-Identifier: CC0-1.0

default_install_hook_types: [commit-msg, pre-commit]
default_stages: [commit, merge-commit]
default_stages: [pre-commit, pre-merge-commit]
minimum_pre_commit_version: 3.2.0
repos:
- repo: https://github.com/gitleaks/gitleaks.git
rev: v8.19.2
rev: v8.20.1
hooks:
- id: gitleaks
- 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-builtin-literals
Expand All @@ -33,7 +33,7 @@ repos:
- id: trailing-whitespace
exclude: '^frontend/src/app/openapi'
- repo: https://github.com/psf/black-pre-commit-mirror
rev: 24.8.0
rev: 24.10.0
hooks:
- id: black
files: '^backend/'
Expand All @@ -51,7 +51,7 @@ repos:
entry: bash -c "cd backend && isort ."
types: [python]
- repo: https://github.com/rhysd/actionlint
rev: v1.7.2
rev: v1.7.3
hooks:
- id: actionlint-docker
- repo: https://github.com/pre-commit/mirrors-mypy
Expand Down Expand Up @@ -159,18 +159,18 @@ repos:
hooks:
- id: reuse-lint-file
- repo: https://github.com/pre-commit/mirrors-eslint
rev: v9.11.1
rev: v9.12.0
hooks:
- id: eslint
additional_dependencies:
- 'eslint@^9.11.1'
- '@eslint/js@^9.11.1'
- 'eslint@^9.12.0'
- '@eslint/js@^9.12.0'
- 'angular-eslint@18.3.1'
- 'eslint-config-prettier@^9.1.0'
- 'typescript-eslint@8.8.0'
- 'typescript-eslint@8.8.1'
- 'eslint-plugin-unused-imports@^4.1.4'
- 'eslint-plugin-tailwindcss@^3.17.4'
- 'eslint-plugin-storybook@0.9.0--canary.156.ed236ca.0'
- 'eslint-plugin-storybook@0.10.0--canary.156.408aed4.0'
- 'tailwindcss@^3.4.10'
args:
[
Expand Down
Loading

0 comments on commit 8d6fec5

Please sign in to comment.