Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/blaylockbk/Herbie into 178-…
Browse files Browse the repository at this point in the history
…can-i-use-gh-action-pypi-publish
  • Loading branch information
blaylockbk committed Aug 16, 2023
2 parents 1c1cf38 + 95b8c1e commit ae87b91
Show file tree
Hide file tree
Showing 15 changed files with 14,623 additions and 140 deletions.
5 changes: 4 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,13 @@
"button.foreground": "#f0ead2",
"statusBarItem.remoteBackground": "#0c3576"
},
"python.formatting.provider": "black",
"python.formatting.provider": "none",
"python.testing.pytestArgs": [
"tests"
],
"python.testing.unittestEnabled": false,
"python.testing.pytestEnabled": true,
"[python]": {
"editor.defaultFormatter": "ms-python.black-formatter"
},
}
Loading

0 comments on commit ae87b91

Please sign in to comment.