File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed
Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -7,10 +7,11 @@ Template for Python packages based on [`copier`](https://copier.readthedocs.io/e
77## Features
88
99* π¦ ** Package management** : Test, build, and deploy your package with [ Hatch] ( https://hatch.pypa.io/ ) environments.
10- * π ** Documentation** : Use [ MyST] ( https://mystmd.org/ ) or [ MkDocs] ( https://www.mkdocs.org/ ) to document your package .
10+ * π ** Documentation** : Document your package with [ MyST] ( https://mystmd.org/ ) or [ MkDocs] ( https://www.mkdocs.org/ ) .
1111* π§Ή ** Pre-commit** : Format and lint your code with [ Ruff] ( https://docs.astral.sh/ruff/ ) .
1212* βοΈ ** GitHub Actions** :
13- * Deploy your documentation on [ GitHub Pages] ( https://docs.github.com/en/pages/getting-started-with-github-pages/creating-a-github-pages-site ) .
13+ * Deploy documentation to [ GitHub Pages] ( https://docs.github.com/en/pages/getting-started-with-github-pages/creating-a-github-pages-site ) .
14+ * Run pre-commit checks on every pull request.
1415
1516## Usage
1617
Original file line number Diff line number Diff line change @@ -5,10 +5,11 @@ A `copier`-based template for Python packages.
55## Features
66
77* π¦ ** Package management** : Test, build, and deploy your package with [ Hatch] ( https://hatch.pypa.io/ ) environments.
8- * π ** Documentation** : Use [ MyST] ( https://mystmd.org/ ) or [ MkDocs] ( https://www.mkdocs.org/ ) to document your package .
8+ * π ** Documentation** : Document your package with [ MyST] ( https://mystmd.org/ ) or [ MkDocs] ( https://www.mkdocs.org/ ) .
99* π§Ή ** Pre-commit** : Format and lint your code with [ Ruff] ( https://docs.astral.sh/ruff/ ) .
1010* βοΈ ** GitHub Actions** :
11- * Deploy your documentation on [ GitHub Pages] ( https://docs.github.com/en/pages/getting-started-with-github-pages/creating-a-github-pages-site ) .
11+ * Deploy documentation to [ GitHub Pages] ( https://docs.github.com/en/pages/getting-started-with-github-pages/creating-a-github-pages-site ) .
12+ * Run pre-commit checks on every pull request.
1213
1314## Usage
1415
You canβt perform that action at this time.
0 commit comments