Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
blaylockbk committed Dec 24, 2023
1 parent 4ddb5b0 commit 6c9fa1a
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 35 deletions.
3 changes: 2 additions & 1 deletion .vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"recommendations": [
"ms-python.python",
"bungcip.better-toml"
"bungcip.better-toml",
"charliermarsh.ruff"
]
}
47 changes: 14 additions & 33 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,47 +1,28 @@
{
"[python]": {
"editor.defaultFormatter": "charliermarsh.ruff"
},
"files.exclude": {
"*.pytest_cache": true,
"*egg-info": true
},
"python.testing.pytestArgs": [
"tests"
],
"python.testing.pytestEnabled": true,
"python.testing.unittestEnabled": false,
"workbench.colorCustomizations": {
"activityBar.activeBackground": "#ffffff18",
// Colors based on GOES-R Logo:
// https://www.goes-r.gov/multimedia/logos.html
"activityBar.activeBorder": "#F8AF22",
"activityBar.foreground": "#F8AF22",
"activityBar.background": "#323334",
"activityBar.foreground": "#F8AF22",
"activityBar.inactiveForeground": "#259DD7",
"activityBar.activeBackground": "#ffffff18",
"activityBarBadge.background": "#F8AF22",
"statusBar.background": "#259DD7",
"statusBarItem.remoteBackground": "#F8AF22",
"statusBarItem.remoteForeground": "#323334",
"titleBar.activeBackground": "#259DD7"
},
"python.formatting.provider": "black",
"actionButtons": {
"reloadButton": null,
"commands": [
{
"name": "🌐Remake Docs",
"singleInstance": true,
"command": "conda activate basic38; cd docs; ./remake_docs.sh"
},
{
"name": "🚀JupyterLab",
"color": "#f0ead2",
"command": "conda activate goes2go && jupyter lab --no-browser --port=7793"
},
{
"name": "🥇Update",
"color": "#f0ead2",
"command": "conda env update -f environment.yml --prune"
}
]
},
"python.testing.pytestArgs": [
"tests"
],
"python.testing.unittestEnabled": false,
"python.testing.pytestEnabled": true,
"esbonio.server.enabled": true,
"files.exclude": {
"*.pytest_cache": true,
"*egg-info": true,
}
}
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

![](https://img.shields.io/github/license/blaylockbk/goes2go)
[![Ruff](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json)](https://github.com/astral-sh/ruff)
[![Tests (Python)](https://github.com/blaylockbk/goes2go/actions/workflows/tests-python.yml/badge.svg)](https://github.com/blaylockbk/goes2g0/actions/workflows/tests-python.yml)
[![Tests (Python)](https://github.com/blaylockbk/goes2go/actions/workflows/tests-python.yml/badge.svg)](https://github.com/blaylockbk/goes2go/actions/workflows/tests-python.yml)
[![Documentation Status](https://readthedocs.org/projects/goes2go/badge/?version=latest)](https://goes2go.readthedocs.io/?badge=latest)
[![Python](https://img.shields.io/pypi/pyversions/goes2go.svg)](https://pypi.org/project/goes2go/)
[![Conda Recipe](https://img.shields.io/badge/recipe-goes2go-green.svg)](https://anaconda.org/conda-forge/goes2go)
Expand Down

0 comments on commit 6c9fa1a

Please sign in to comment.