Skip to content

Commit 3be53a5

Browse files
authored
fix heading level (#71)
1 parent 4b35890 commit 3be53a5

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docs/features/cicd.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ see [Publishing to PyPI](./publishing.md) and [Documentation with MkDocs](./mkdo
3232
Additionally, all workflows check for compatibility with multiple Python
3333
versions if `tox` is set to `"y"`.
3434

35-
# How to trigger a release?
35+
## How to trigger a release?
3636

3737
To trigger a new release, navigate to your repository on GitHub, click `Releases` on the right, and then select `Draft
3838
a new release`. If you fail to find the button, you could also directly visit

docs/features/linting.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ preview = true
6565
"tests/*" = ["S101"]
6666
```
6767

68-
# mypy
68+
## mypy
6969

7070
[mypy](https://mypy.readthedocs.io/en/stable/) is used for static type checking, and it's configuration can be edited in `pyproject.toml`.
7171

@@ -85,7 +85,7 @@ exclude = [
8585
]
8686
```
8787

88-
# ty
88+
## ty
8989

9090
[ty](https://docs.astral.sh/ty/) is an extremely fast type checker (and language server) that can be used instead of mypy, and it's configuration can be edited in `pyproject.toml`.
9191

@@ -95,7 +95,7 @@ python = "./.venv"
9595
python-version = "3.9"
9696
```
9797

98-
# deptry
98+
## deptry
9999

100100
[deptry](https://github.com/fpgmaas/deptry) is used to check the code for dependency issues, and it can be configured by adding a `[tool.deptry]` section in `pyproject.toml`. For more information, see [this section](https://deptry.com/usage/#configuration) documentation of deptry.
101101

0 commit comments

Comments
 (0)