Skip to content

Commit 14e1490

Browse files
author
Hông-Lan Botterman
committed
ruff ignore D203 and D213 to avoid of conflicts.
1 parent 5634451 commit 14e1490

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ classifiers = [
3636
[tool.poetry.dependencies]
3737
python = ">=3.8.1,<3.12"
3838
bump2version = "1.0.1"
39-
dcor = "0.6"
4039
jupyter = "1.0.0"
4140
jupyterlab = "1.2.6"
4241
jupytext = "1.14.4"
@@ -54,6 +53,7 @@ wheel = "0.37.1"
5453
category-encoders = "^2.6.3"
5554
ipykernel = "^6.29.5"
5655
torch = "*"
56+
dcor = "0.6"
5757

5858
[tool.poetry.dev-dependencies]
5959
matplotlib = "3.6.2"
@@ -116,7 +116,7 @@ docstring-code-format = true
116116

117117
[tool.ruff.lint]
118118
select = ["C", "D", "E", "F", "I", "Q", "W"]
119-
ignore = ["C901", "D107"]
119+
ignore = ["C901", "D107", "D203", "D213"]
120120

121121
[tool.ruff.lint.isort]
122122
known-first-party = ["qolmat"]

0 commit comments

Comments
 (0)