We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d985380 + e166c6e commit 736a6a2Copy full SHA for 736a6a2
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: 6.0.1
+ rev: 7.0.0
16
hooks:
17
- id: isort
18
files: ex_app/lib/
19
20
-- repo: https://github.com/psf/black
+- repo: https://github.com/psf/black-pre-commit-mirror
21
rev: 25.9.0
22
23
- id: black
24
25
26
- repo: https://github.com/astral-sh/ruff-pre-commit
27
- rev: v0.13.1
+ rev: v0.14.2
28
29
- id: ruff
30
0 commit comments