Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed May 27, 2024
1 parent 3d48976 commit 9e741a7
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
9 changes: 8 additions & 1 deletion docs/resources/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,17 @@ cat tests/changelog/CHANGELOG.md
This tool can generate a `build/CHANGELOG.md`.

````html
```{eval-sh}
<html>
<body>
<p>
```{eval-sh}
cd ..
cat tests/changelog/test/CHANGELOG.md
```
</p>
</body>
</html>

````

So you can
Expand Down
1 change: 1 addition & 0 deletions docs/resources/intention.md
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,7 @@ program should be designed carefully.
```python
#!/usr/bin/env python
"""A template for ``__main__.py``."""

from argparse import ArgumentParser
from contextlib import suppress

Expand Down

0 comments on commit 9e741a7

Please sign in to comment.