We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7e6aeec + d02416f commit 7ddfbceCopy full SHA for 7ddfbce
1 file changed
.pre-commit-config.yaml
@@ -12,19 +12,19 @@ repos:
12
- id: mixed-line-ending
13
14
- repo: https://github.com/PyCQA/isort
15
- rev: 7.0.0
+ rev: 8.0.1
16
hooks:
17
- id: isort
18
files: ex_app/lib/
19
20
- repo: https://github.com/psf/black-pre-commit-mirror
21
- rev: 25.12.0
+ rev: 26.3.1
22
23
- id: black
24
25
26
- repo: https://github.com/astral-sh/ruff-pre-commit
27
- rev: v0.14.11
+ rev: v0.15.6
28
29
- id: ruff
30
0 commit comments