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 274a1c2 commit c5ccfabCopy full SHA for c5ccfab
.pre-commit-config.yaml
@@ -44,7 +44,7 @@ repos:
44
- id: isort
45
46
- repo: https://github.com/PyCQA/flake8
47
- rev: 7.2.0
+ rev: 7.3.0
48
hooks:
49
- id: flake8
50
@@ -63,7 +63,7 @@ repos:
63
64
# this validates our github workflow files
65
- repo: https://github.com/python-jsonschema/check-jsonschema
66
- rev: 0.33.0
+ rev: 0.33.1
67
68
- id: check-github-workflows
69
doc/changelog/839.maintenance.md
@@ -0,0 +1 @@
1
+pre-commit automatic update
0 commit comments