Skip to content

Instantly share code, notes, and snippets.

View Baukebrenninkmeijer's full-sized avatar
🚀
Working from home

Bauke Brenninkmeijer Baukebrenninkmeijer

🚀
Working from home
View GitHub Profile
{
"usermeta": {"embedOptions": {"theme": "urbaninstitute"}},
"config": {"view": {"continuousWidth": 400, "continuousHeight": 300}},
"repeat": {
"column": [
"acousticness",
"danceability",
"energy",
"instrumentalness",
"liveness",
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.3.0 # Use the latest stable release
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
- id: check-yaml
- id: check-json
- id: check-added-large-files
- id: detect-private-key