Skip to content

Commit 22433b4

Browse files
Merge pull request #522 from direct-framework/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents b391d63 + 90d6268 commit 22433b4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,17 +18,17 @@ repos:
1818
args: [--autofix, --indent, '2', --offset, '2']
1919
exclude: manage.py|^main/static/assets/
2020
- repo: https://github.com/python-jsonschema/check-jsonschema
21-
rev: 0.33.3
21+
rev: 0.34.0
2222
hooks:
2323
- id: check-github-workflows
2424
- repo: https://github.com/astral-sh/ruff-pre-commit
25-
rev: v0.13.0
25+
rev: v0.13.1
2626
hooks:
2727
- id: ruff
2828
args: [--fix, --exit-non-zero-on-fix]
2929
- id: ruff-format
3030
- repo: https://github.com/pre-commit/mirrors-mypy
31-
rev: v1.18.1
31+
rev: v1.18.2
3232
hooks:
3333
- id: mypy
3434
exclude: manage.py

0 commit comments

Comments
 (0)