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 1212 rev : v0.6.8
1313 hooks :
1414 - id : ruff
15- # - id: ruff-format
15+ - id : ruff-format
Original file line number Diff line number Diff line change 11# PEP 518: https://www.python.org/dev/peps/pep-0518/
22
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-
233[tool .poetry ]
244name = " cryptojwt"
255version = " 1.9.2"
@@ -44,11 +24,7 @@ requests = "^2.25.1"
4424
4525[tool .poetry .group .dev .dependencies ]
4626alabaster = " ^0.7.12"
47- black = " ^24.4.2"
48- isort = " ^5.13.2"
4927pytest = " ^8.2.1"
50- pytest-black = " ^0.3.12"
51- pytest-isort = " ^4.0.0"
5228pytest-cov = " ^4.0.0"
5329responses = " ^0.13.0"
5430sphinx = " ^3.5.2"
@@ -61,6 +37,15 @@ pytest-ruff = "^0.3.2"
6137requires = [" poetry-core>=1.0.0" ]
6238build-backend = " poetry.core.masonry.api"
6339
40+ [tool .coverage .run ]
41+ branch = true
42+
43+ [tool .coverage .report ]
44+ exclude_lines = [
45+ " pragma: no cover" ,
46+ " raise NotImplementedError" ,
47+ ]
48+
6449[tool .ruff ]
6550line-length = 100
6651
You can’t perform that action at this time.
0 commit comments