diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 267b3145c..83a22f394 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -10,7 +10,7 @@ repos: - id: check-ast - repo: https://github.com/astral-sh/ruff-pre-commit # Ruff version. If bumping this, please also bump requirements-dev.in - rev: v0.6.1 + rev: v0.6.3 hooks: # Run the linter. - id: ruff @@ -19,7 +19,7 @@ repos: - id: ruff-format - repo: https://github.com/pre-commit/mirrors-mypy # mypy - static type checker. If bumping this, bump requirements-dev.txt as well - rev: 'v1.11.1' # Use the sha / tag you want to point at + rev: 'v1.11.2' # Use the sha / tag you want to point at hooks: - id: mypy # verbose: true @@ -45,7 +45,7 @@ repos: types-flask-sqlalchemy, ] - repo: https://github.com/djlint/djLint - rev: v1.34.1 + rev: v1.35.2 hooks: - id: djlint-jinja types_or: ['html', 'jinja']