Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ ci:
- pytest
repos:
- repo: https://github.com/python-poetry/poetry
rev: 2.1.2
rev: 2.1.3
hooks:
- id: poetry-check
- id: poetry-lock
- id: poetry-install
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v5.0.0
rev: v6.0.0
hooks:
- id: end-of-file-fixer
- id: trailing-whitespace
Expand All @@ -32,7 +32,7 @@ repos:
- id: isort
name: isort (python)
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.15.0
rev: v1.17.1
hooks:
- id: mypy
additional_dependencies: [types-pyyaml==6.0.12.20240808]
Expand All @@ -46,17 +46,17 @@ repos:
pass_filenames: false
always_run: true
- repo: https://github.com/pycqa/flake8
rev: 7.2.0 # You can specify the version of Flake8 you want to use
rev: 7.3.0 # You can specify the version of Flake8 you want to use
hooks:
- id: flake8
additional_dependencies: []
- repo: https://github.com/biomejs/pre-commit
rev: "v2.0.0-beta.1"
rev: "v2.2.0"
hooks:
- id: biome-check
additional_dependencies: ["@biomejs/biome@1.8.3"]
- repo: https://github.com/rbubley/mirrors-prettier
rev: "v3.5.3"
rev: "v3.6.2"
hooks:
- id: prettier
files: \.(html|md|yml|yaml)$
Expand All @@ -66,6 +66,6 @@ repos:
- id: djlint-reformat-jinja
- id: djlint-jinja
- repo: https://github.com/gitleaks/gitleaks
rev: v8.24.3
rev: v8.28.0
hooks:
- id: gitleaks
Loading