Skip to content

Commit

Permalink
fix prettier issues
Browse files Browse the repository at this point in the history
  • Loading branch information
YurelyCamacho committed Sep 26, 2024
1 parent b28bcce commit 50d615e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/description.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ needs.
- **Project Structure:** Choose between "src" (code in a subdirectory) and
"flat" (all files in the top-level directory) layouts.
- **Packaging & Dependencies:** Supports Poetry, Flit, meson-python, setuptools,
PDM, Hatch, Maturin, scikit-build-core, Pixi, or setuptools + pybind11 for flexible
build systems.
PDM, Hatch, Maturin, scikit-build-core, Pixi, or setuptools + pybind11 for
flexible build systems.
- **Testing & Linting:** Integrates with pytest, hypothesis, black
(auto-formatting), bandit (security), pydocstyle (documentation style),
vulture (unused code detection), and McCabe (cyclomatic complexity analysis)
Expand Down
1 change: 0 additions & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ Python package.
[scikit-build-core](https://scikit-build-core.readthedocs.io/en/latest/),
[setuptools + pybind11](https://pybind11.readthedocs.io/en/stable/) or
[Pixi](https://pixi.sh/latest/) based on your preference.

- The structure of the project can use the _src layout_ or _flat layout_. The
“src layout” moving the code that is intended to be importable into a
subdirectory. This subdirectory is typically named src. "Flat layout" refers
Expand Down

0 comments on commit 50d615e

Please sign in to comment.