File tree Expand file tree Collapse file tree 2 files changed +10
-25
lines changed Expand file tree Collapse file tree 2 files changed +10
-25
lines changed Original file line number Diff line number Diff line change 12
12
rev : v0.6.8
13
13
hooks :
14
14
- id : ruff
15
- # - id: ruff-format
15
+ - id : ruff-format
Original file line number Diff line number Diff line change 1
1
# PEP 518: https://www.python.org/dev/peps/pep-0518/
2
2
3
- [tool .black ]
4
- line-length = 100
5
-
6
- [tool .isort ]
7
- force_single_line = true
8
- known_first_party = " cryptojwt"
9
- include_trailing_comma = true
10
- force_grid_wrap = 0
11
- use_parentheses = true
12
- line_length = 100
13
-
14
- [tool .coverage .run ]
15
- branch = true
16
-
17
- [tool .coverage .report ]
18
- exclude_lines = [
19
- " pragma: no cover" ,
20
- " raise NotImplementedError" ,
21
- ]
22
-
23
3
[tool .poetry ]
24
4
name = " cryptojwt"
25
5
version = " 1.9.2"
@@ -44,11 +24,7 @@ requests = "^2.25.1"
44
24
45
25
[tool .poetry .group .dev .dependencies ]
46
26
alabaster = " ^0.7.12"
47
- black = " ^24.4.2"
48
- isort = " ^5.13.2"
49
27
pytest = " ^8.2.1"
50
- pytest-black = " ^0.3.12"
51
- pytest-isort = " ^4.0.0"
52
28
pytest-cov = " ^4.0.0"
53
29
responses = " ^0.13.0"
54
30
sphinx = " ^3.5.2"
@@ -61,6 +37,15 @@ pytest-ruff = "^0.3.2"
61
37
requires = [" poetry-core>=1.0.0" ]
62
38
build-backend = " poetry.core.masonry.api"
63
39
40
+ [tool .coverage .run ]
41
+ branch = true
42
+
43
+ [tool .coverage .report ]
44
+ exclude_lines = [
45
+ " pragma: no cover" ,
46
+ " raise NotImplementedError" ,
47
+ ]
48
+
64
49
[tool .ruff ]
65
50
line-length = 100
66
51
You can’t perform that action at this time.
0 commit comments