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 8b1e61b commit cab1e5bCopy full SHA for cab1e5b
.pre-commit-config.yaml
@@ -23,7 +23,7 @@ repos:
23
- id: black
24
exclude: (.*)/migrations
25
- repo: https://github.com/PyCQA/flake8
26
- rev: 7.2.0
+ rev: 7.3.0
27
hooks:
28
- id: flake8
29
- repo: https://github.com/asottile/seed-isort-config
@@ -40,12 +40,12 @@ repos:
40
# hooks:
41
# - id: bandit
42
- repo: https://github.com/commitizen-tools/commitizen
43
- rev: v4.7.2
+ rev: v4.8.3
44
45
- id: commitizen
46
stages: [commit-msg]
47
- repo: https://github.com/pre-commit/mirrors-mypy
48
- rev: 'v1.15.0' # Use the sha / tag you want to point at
+ rev: 'v1.17.0' # Use the sha / tag you want to point at
49
50
- id: mypy
51
args: [--no-strict-optional, --ignore-missing-imports]
0 commit comments