Skip to content

Commit c4e79f7

Browse files
committed
add ruff configuration
1 parent f111104 commit c4e79f7

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

Diff for: pyproject.toml

+8-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22
line-length = 120
33
select = ["E", "F", "I", "UP"]
44
ignore = ["D203"]
5+
extend-exclude = ["src/flaskapp/migrations/"]
56

67
[tool.ruff.isort]
7-
known-first-party = ["src"]
8+
known-first-party = ["flaskapp"]
9+
10+
[tool.pytest.ini_options]
11+
addopts = "-ra -vv"
12+
13+
[tool.coverage.report]
14+
show_missing = true

0 commit comments

Comments
 (0)