We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 44b6663 + 0c0c0dd commit ea7c17eCopy full SHA for ea7c17e
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: 5.13.2
+ rev: 6.0.0
16
hooks:
17
- id: isort
18
files: ex_app/lib/
19
20
- repo: https://github.com/psf/black
21
- rev: 24.10.0
+ rev: 25.1.0
22
23
- id: black
24
25
26
- repo: https://github.com/astral-sh/ruff-pre-commit
27
- rev: v0.9.3
+ rev: v0.9.4
28
29
- id: ruff
30
0 commit comments