Skip to content

Commit

Permalink
fixup! Move FAQ from README.md and split it to how-to guides and an a…
Browse files Browse the repository at this point in the history
…ctual FAQ
  • Loading branch information
mknorps committed Dec 27, 2024
1 parent a6a52ec commit 4932a58
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ tomli = {version = "^2.0.1", python = "<3.11"}

# Optional dependencies, covered by .extras below:
uv = {version = ">=0.1.6", optional = true}
mkdocs-material = "^9.5.49"

[tool.poetry.extras]
uv = ["uv"]
Expand Down Expand Up @@ -100,8 +99,8 @@ ruff = ">=0.3"
optional = true

[tool.poetry.group.docs.dependencies]
Python = ">=3.8"
mkdocs = "*"
mkdocs-material = "^9.5.49"

[tool.mypy]
files = ['*.py', 'fawltydeps/*.py', 'tests/*.py']
Expand Down Expand Up @@ -239,4 +238,6 @@ ignore_unused = [
"ruff",
"types-PyYAML",
"uv",
"mkdocs",
"mkdocs-material"
]

0 comments on commit 4932a58

Please sign in to comment.