Skip to content

Commit ccdd1ba

Browse files
authored
build(medcat-den): CU-869c7zhpv Avoid using newly introduced rules for ruff. (#347)
From ruff 0.15.2 they've added a bunch of new rules that are enabled by default: https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md This PR removes these as per the suggestion in the changelog.
1 parent 8c099c7 commit ccdd1ba

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

medcat-den/pyproject.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,3 +63,7 @@ where = ["src"]
6363

6464
[tool.setuptools.package-data]
6565
"medcat_den" = ["py.typed"]
66+
67+
[tool.ruff.lint]
68+
select = ["E4", "E7", "E9", "F"]
69+

0 commit comments

Comments
 (0)