File tree Expand file tree Collapse file tree 3 files changed +5
-9
lines changed Expand file tree Collapse file tree 3 files changed +5
-9
lines changed Original file line number Diff line number Diff line change 3
3
rev : 1.25.0
4
4
hooks :
5
5
- id : django-upgrade
6
-
7
- - repo : https://github.com/psf/black
8
- rev : 25.1.0
9
- hooks :
10
- - id : black
6
+ args : [--target-version, "5.2"]
11
7
12
8
- repo : https://github.com/astral-sh/ruff-pre-commit
13
9
rev : v0.12.4
14
10
hooks :
15
- - id : ruff
11
+ - id : ruff-check
12
+ - id : ruff-format
13
+
Original file line number Diff line number Diff line change @@ -32,7 +32,6 @@ cryptography = [
32
32
33
33
[tool .uv ]
34
34
dev-dependencies = [
35
- " black>=24.10.0" ,
36
35
" async-timeout>=5.0.1" ,
37
36
" coverage>=7.6.2" ,
38
37
" pre-commit>=4.2.0" ,
Original file line number Diff line number Diff line change 20
20
[testenv:qa]
21
21
skip_install =true
22
22
deps =
23
- black
24
23
ruff
25
24
commands =
26
25
ruff check channels_valkey tests
27
- black --check channels_valkey tests
26
+ ruff format channels_valkey tests
You can’t perform that action at this time.
0 commit comments