This commit is contained in:
Lukas Vacula 2024-03-26 11:53:32 -04:00
parent 46a0118a5f
commit 49188818ef
2 changed files with 13 additions and 2 deletions

View File

@ -0,0 +1,11 @@
+++
title = "Ruff"
# description = ""
date = 2024-03-26
# updated = 2024-03-26
#draft = true
[taxonomies]
tags = ["shortnotes"]
+++
I tried the [Ruff linter for Python](https://github.com/astral-sh/ruff) today. It's pretty snazzy. I think it'll become part of my standard toolset for Python stuff.

View File

@ -13,8 +13,8 @@ else
fi
# Set User
git config user.name $GIT_USER
git config user.email $GIT_EMAIL
git config user.name "$GIT_USER" --replace-all
git config user.email "$GIT_EMAIL"
# Sanity item
git config credential.helper cache