Skip to content

Commit 1fce9ad

Browse files
chore (pre-commit): bump deps
1 parent f27be97 commit 1fce9ad

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

{{cookiecutter.project_slug}}/.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,18 @@ fail_fast: true
22

33
repos:
44
- repo: https://github.com/astral-sh/ruff-pre-commit
5-
rev: v0.11.5
5+
rev: v0.12.8
66
hooks:
77
- id: ruff
88
args: [--fix, --exit-non-zero-on-fix]
99
- repo: https://github.com/pre-commit/mirrors-mypy
10-
rev: v1.15.0
10+
rev: v1.17.1
1111
hooks:
1212
- id: mypy
1313
args: [--ignore-missing-imports]
1414
additional_dependencies: [tokenize-rt]
1515
- repo: https://github.com/pre-commit/pre-commit-hooks
16-
rev: v5.0.0
16+
rev: v6.0.0
1717
hooks:
1818
- id: check-added-large-files
1919
args: ['--maxkb=1024']

0 commit comments

Comments
 (0)