Skip to content

Commit 7abcd12

Browse files
Ruff settings
1 parent d6149b3 commit 7abcd12

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

pyproject.toml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -45,13 +45,6 @@ modern_python_boilerplate = "modern_python_boilerplate.main:hello_world"
4545

4646
[tool.ruff]
4747
target-version = "py313"
48-
include = ["src/**/*.py"]
49-
exclude = [
50-
"scripts"
51-
]
52-
53-
[tool.ruff.lint]
54-
select = ["E4", "E7", "E9", "F", "T201"]
5548

5649
[tool.coverage.run]
5750
omit = ["tests/*"]

0 commit comments

Comments
 (0)