Skip to content

Commit 13ec075

Browse files
committed
prepare for reformat
1 parent 7087aab commit 13ec075

File tree

2 files changed

+10
-25
lines changed

2 files changed

+10
-25
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ repos:
1212
rev: v0.6.8
1313
hooks:
1414
- id: ruff
15-
#- id: ruff-format
15+
- id: ruff-format

pyproject.toml

Lines changed: 9 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,5 @@
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]
244
name = "cryptojwt"
255
version = "1.9.2"
@@ -44,11 +24,7 @@ requests = "^2.25.1"
4424

4525
[tool.poetry.group.dev.dependencies]
4626
alabaster = "^0.7.12"
47-
black = "^24.4.2"
48-
isort = "^5.13.2"
4927
pytest = "^8.2.1"
50-
pytest-black = "^0.3.12"
51-
pytest-isort = "^4.0.0"
5228
pytest-cov = "^4.0.0"
5329
responses = "^0.13.0"
5430
sphinx = "^3.5.2"
@@ -61,6 +37,15 @@ pytest-ruff = "^0.3.2"
6137
requires = ["poetry-core>=1.0.0"]
6238
build-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]
6550
line-length = 100
6651

0 commit comments

Comments
 (0)