ruff
This commit is contained in:
parent
46a0118a5f
commit
49188818ef
11
content/shortnotes/ruff/index.md
Normal file
11
content/shortnotes/ruff/index.md
Normal 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.
|
||||||
@ -13,8 +13,8 @@ else
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
# Set User
|
# Set User
|
||||||
git config user.name $GIT_USER
|
git config user.name "$GIT_USER" --replace-all
|
||||||
git config user.email $GIT_EMAIL
|
git config user.email "$GIT_EMAIL"
|
||||||
|
|
||||||
# Sanity item
|
# Sanity item
|
||||||
git config credential.helper cache
|
git config credential.helper cache
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user