Skip to content

Instantly share code, notes, and snippets.

View iannelsondev's full-sized avatar
💭
🇺🇸

Ian Nelson iannelsondev

💭
🇺🇸
View GitHub Profile
@iannelsondev
iannelsondev / keybase.md
Last active July 10, 2023 17:22
Keybase

Keybase proof

I hereby claim:

  • I am iannelsondev on github.
  • I am iannelsondev (https://keybase.io/iannelsondev) on keybase.
  • I have a public key whose fingerprint is 1630 6CE7 3E8F 966C 6F11 BA67 E868 920B 6D74 9282

To claim this, I am signing this object:

@iannelsondev
iannelsondev / settings.json
Created January 6, 2021 14:53
VSCode Workspace Settings for black/isort
{
"python.testing.pytestArgs": [
"tests"
],
"python.testing.unittestEnabled": false,
"python.testing.nosetestsEnabled": false,
"python.testing.pytestEnabled": true,
"python.sortImports.args": [
"-rc",
"-sp pyproject.toml"