Skip to content

Commit

Permalink
fix: newline
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidVujic committed Dec 16, 2024
1 parent b233030 commit 67ad0ca
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
4 changes: 0 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,19 +106,15 @@ The HTML equivalent is:
<script async src="js/script.js"></script>
```


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


## Existing python alternatives
- [pyhiccup](https://github.com/nbessi/pyhiccup)
- [piccup](https://github.com/alexjuda/piccup)


## Development

Running lint:

``` shell
Expand Down
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ line-length = 100
[tool.ruff.lint.per-file-ignores]
"test/*.py" = ["S101"]


[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
Expand Down

0 comments on commit 67ad0ca

Please sign in to comment.