Skip to content

Commit

Permalink
Merge pull request #683 from communitiesuk/pre-commit-ci-update-config
Browse files Browse the repository at this point in the history
[pre-commit.ci] pre-commit autoupdate
  • Loading branch information
gidsg authored Sep 3, 2024
2 parents 48e01e7 + df79e63 commit c2f2080
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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']

0 comments on commit c2f2080

Please sign in to comment.