Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/peterschutt/peterschutt.github.io
Me, coding.
https://github.com/peterschutt/peterschutt.github.io
blog blogging coding open-source opensource python
Last synced: about 1 month ago
JSON representation
Me, coding.
- Host: GitHub
- URL: https://github.com/peterschutt/peterschutt.github.io
- Owner: peterschutt
- Created: 2022-07-17T07:40:28.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-08-04T22:24:27.000Z (over 2 years ago)
- Last Synced: 2023-03-07T23:03:40.642Z (over 1 year ago)
- Topics: blog, blogging, coding, open-source, opensource, python
- Homepage: https://schutt.io
- Size: 507 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PS, codes
My personal blog/site/whatever.
## Pre-commit
Setup hooks:
`$ pre-commit install`
Run against all files:
`$ pre-commit run --all-files`
Update all hooks:
`$ pre-commit autoupdate`