Skip to content

Commit f9d11a7

Browse files
authored
Merge pull request #44 from childmindresearch/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents 2d401c5 + 09b6a69 commit f9d11a7

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
fail_fast: false
22
repos:
33
- repo: https://github.com/astral-sh/ruff-pre-commit
4-
rev: v0.4.3
4+
rev: v0.12.12
55
hooks:
66
- id: ruff
77
- id: ruff-format
88
- repo: https://github.com/pre-commit/mirrors-mypy
9-
rev: v1.10.0
9+
rev: v1.17.1
1010
hooks:
1111
- id: mypy
1212
args:
1313
- --ignore-missing-imports
1414
- repo: https://github.com/macisamuele/language-formatters-pre-commit-hooks
15-
rev: v2.13.0
15+
rev: v2.15.0
1616
hooks:
1717
- id: pretty-format-yaml
1818
args:
@@ -25,7 +25,7 @@ repos:
2525
- --indent=2
2626
- --no-sort
2727
- repo: https://github.com/pre-commit/pre-commit-hooks
28-
rev: v4.6.0
28+
rev: v6.0.0
2929
hooks:
3030
- id: check-case-conflict
3131
- id: end-of-file-fixer

0 commit comments

Comments
 (0)