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 287a5ab commit 8f26cbeCopy full SHA for 8f26cbe
.pre-commit-config.yaml
@@ -1,8 +1,16 @@
1
default_language_version:
2
- python: python3.7
+ python: python3.12
3
default_install_hook_types: [commit-msg]
4
repos:
5
- repo: https://github.com/commitizen-tools/commitizen
6
rev: v2.42.1
7
hooks:
8
- id: commitizen
9
+ - repo: https://github.com/pre-commit/mirrors-mypy
10
+ rev: v1.16.1
11
+ hooks:
12
+ - id: mypy
13
+ - repo: https://github.com/psf/black-pre-commit-mirror
14
+ rev: 25.1.0
15
16
+ - id: black
0 commit comments