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 6b2523f commit 0f77064Copy full SHA for 0f77064
1 file changed
.pre-commit-config.yaml
@@ -26,14 +26,14 @@ repos:
26
files: ^src/
27
language_version: python3.12
28
- repo: https://github.com/PyCQA/isort
29
- rev: 8.0.0
+ rev: 8.0.1
30
hooks:
31
- id: isort
32
name: isort-package
33
34
args: [--settings-file, tox.ini]
35
36
37
38
39
name: isort-stubs
@@ -71,7 +71,7 @@ repos:
71
72
args: [--config, tox.ini]
73
- repo: https://github.com/commitizen-tools/commitizen
74
- rev: v4.13.8
+ rev: v4.13.9
75
76
- id: commitizen
77
- id: commitizen-branch
0 commit comments