Skip to content

Commit

Permalink
docs: remove summary.md created by gitbook
Browse files Browse the repository at this point in the history
  • Loading branch information
helmut-hoffer-von-ankershoffen committed Jan 5, 2025
1 parent 50c4c99 commit 48effe6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 9 deletions.
5 changes: 0 additions & 5 deletions SUMMARY.md

This file was deleted.

8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -142,8 +142,8 @@ target-version = "py311"
preview = true
fix = true
line-length = 120
exclude = [".fixme"]

exclude = [".fixme"]

[tool.ruff.lint]
select = ["ALL"]
Expand Down Expand Up @@ -195,12 +195,12 @@ ignore = [

[tool.ruff.lint.extend-per-file-ignores]

[tool.ruff.format]
docstring-code-format = true

[tool.ruff.lint.pydocstyle]
convention = "google"

[tool.ruff.format]
docstring-code-format = true

[tool.pytest.ini_options]
addopts = "-v --cov=starbridge --cov-report=term-missing --cov-report=xml:coverage.xml --cov-report=html:coverage_html"
testpaths = ["tests"]
Expand Down

0 comments on commit 48effe6

Please sign in to comment.