We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f27be97 commit 1fce9adCopy full SHA for 1fce9ad
{{cookiecutter.project_slug}}/.pre-commit-config.yaml
@@ -2,18 +2,18 @@ fail_fast: true
2
3
repos:
4
- repo: https://github.com/astral-sh/ruff-pre-commit
5
- rev: v0.11.5
+ rev: v0.12.8
6
hooks:
7
- id: ruff
8
args: [--fix, --exit-non-zero-on-fix]
9
- repo: https://github.com/pre-commit/mirrors-mypy
10
- rev: v1.15.0
+ rev: v1.17.1
11
12
- id: mypy
13
args: [--ignore-missing-imports]
14
additional_dependencies: [tokenize-rt]
15
- repo: https://github.com/pre-commit/pre-commit-hooks
16
- rev: v5.0.0
+ rev: v6.0.0
17
18
- id: check-added-large-files
19
args: ['--maxkb=1024']
0 commit comments