diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 5774b0a..468f9b5 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -4,7 +4,7 @@ ci: - pytest repos: - repo: https://github.com/python-poetry/poetry - rev: 1.8.4 + rev: 2.1.1 hooks: - id: poetry-check - id: poetry-lock @@ -23,16 +23,16 @@ repos: exclude: ^mkdocs\.yml$ - id: check-added-large-files - repo: https://github.com/psf/black - rev: 24.10.0 + rev: 25.1.0 hooks: - id: black - repo: https://github.com/pycqa/isort - rev: 5.13.2 + rev: 6.0.1 hooks: - id: isort name: isort (python) - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.13.0 + rev: v1.15.0 hooks: - id: mypy additional_dependencies: [types-pyyaml==6.0.12.20240808] @@ -46,26 +46,26 @@ repos: pass_filenames: false always_run: true - repo: https://github.com/pycqa/flake8 - rev: 7.1.1 # You can specify the version of Flake8 you want to use + rev: 7.1.2 # You can specify the version of Flake8 you want to use hooks: - id: flake8 additional_dependencies: [] - repo: https://github.com/biomejs/pre-commit - rev: "v0.5.0" + rev: "v1.9.4" hooks: - id: biome-check additional_dependencies: ["@biomejs/biome@1.8.3"] - repo: https://github.com/rbubley/mirrors-prettier - rev: "v3.4.0" + rev: "v3.5.3" hooks: - id: prettier files: \.(html|md|yml|yaml)$ - repo: https://github.com/djlint/djLint - rev: v1.36.1 + rev: v1.36.4 hooks: - id: djlint-reformat-jinja - id: djlint-jinja - repo: https://github.com/gitleaks/gitleaks - rev: v8.21.2 + rev: v8.24.0 hooks: - id: gitleaks