Skip to content

Commit 67ad0ca

Browse files
committed
fix: newline
1 parent b233030 commit 67ad0ca

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

README.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -106,19 +106,15 @@ The HTML equivalent is:
106106
<script async src="js/script.js"></script>
107107
```
108108

109-
110109
## Resources
111110
- [PyScript and python-hiccup example](https://pyscript.com/@davidvujic/pyscript-jokes-with-a-hiccup/latest?files=main.py) - PyScript Jokes with a Hiccup
112111
- [Hiccup](https://github.com/weavejester/hiccup) - the original implementation, for Clojure.
113112

114-
115113
## Existing python alternatives
116114
- [pyhiccup](https://github.com/nbessi/pyhiccup)
117115
- [piccup](https://github.com/alexjuda/piccup)
118116

119-
120117
## Development
121-
122118
Running lint:
123119

124120
``` shell

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ line-length = 100
1515
[tool.ruff.lint.per-file-ignores]
1616
"test/*.py" = ["S101"]
1717

18-
1918
[build-system]
2019
requires = ["hatchling"]
2120
build-backend = "hatchling.build"

0 commit comments

Comments
 (0)