diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 2aa1cd4..a5c2730 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -3,14 +3,14 @@ ci: repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.5.0 + rev: v4.6.0 hooks: - id: trailing-whitespace - id: end-of-file-fixer - id: check-ast - repo: https://github.com/astral-sh/ruff-pre-commit # Ruff version. - rev: v0.4.1 + rev: v0.5.4 hooks: # Run the linter. - id: ruff @@ -23,7 +23,7 @@ repos: - id: djlint-jinja types_or: ['html', 'jinja'] - repo: https://github.com/pre-commit/mirrors-mypy - rev: 'v1.10.0' # Use the sha / tag you want to point at + rev: 'v1.11.0' # Use the sha / tag you want to point at hooks: - id: mypy additional_dependencies: [types-jmespath, types-requests, types-beautifulsoup4, types-flask]