Skip to content

Commit

Permalink
Removed blue choice in base.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Vishalk91-4 authored Jan 31, 2024
1 parent 8f6bd6f commit 8629962
Showing 1 changed file with 51 additions and 51 deletions.
102 changes: 51 additions & 51 deletions src/scicookie/profiles/base.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,12 +61,12 @@ project_license:
default: BSD 3 Clause
# first choice is the default for the UI
choices:
- BSD 3 Clause
- MIT
- ISC license
- Apache Software License 2.0
- GNU General Public License v3
- Other
- BSD 3 Clause
- MIT
- ISC license
- Apache Software License 2.0
- GNU General Public License v3
- Other
visible: true

project_layout:
Expand All @@ -76,8 +76,8 @@ project_layout:
default: src
# first choice is the default for the UI
choices:
- src
- flat
- src
- flat
visible: false

build_system:
Expand All @@ -87,15 +87,15 @@ build_system:
default: poetry
# first choice is the default for the UI
choices:
- poetry
- flit
- mesonpy
- setuptools
- pdm
- hatch
- maturin
- scikit-build-core
- pybind11
- poetry
- flit
- mesonpy
- setuptools
- pdm
- hatch
- maturin
- scikit-build-core
- pybind11
visible: false

command_line_interface:
Expand All @@ -105,9 +105,9 @@ command_line_interface:
default: None
# first choice is the default for the UI
choices:
- None
- Click
- Argparse
- None
- Click
- Argparse
visible: false

documentation_engine:
Expand All @@ -117,9 +117,9 @@ documentation_engine:
default: mkdocs
# first choice is the default for the UI
choices:
- mkdocs
- sphinx
- jupyter-book
- mkdocs
- sphinx
- jupyter-book
visible: false

documentation_url:
Expand All @@ -134,23 +134,23 @@ use_tools:
help: "For more information, check:\n https://osl-incubator.github.io/scicookie/guide.html#project-tools"
type: multiple-choices
choices:
- bandit
- black
- conda
- coverage
- flake8
- ruff
- isort
- make
- makim
- mccabe
- mypy
- pre-commit
- pydocstyle
- pytest
- hypothesis
- shellcheck
- vulture
- bandit
- black
- conda
- coverage
- flake8
- ruff
- isort
- make
- makim
- mccabe
- mypy
- pre-commit
- pydocstyle
- pytest
- hypothesis
- shellcheck
- vulture
visible: false

use_containers:
Expand All @@ -160,9 +160,9 @@ use_containers:
default: None
# first choice is the default for the UI
choices:
- None
- Docker
- Podman
- None
- Docker
- Podman
visible: false

# doc_template:
Expand All @@ -177,9 +177,9 @@ code_of_conduct:
default: None
# first choice is the default for the UI
choices:
- None
- contributor-covenant
- citizen-code-of-conduct
- None
- contributor-covenant
- citizen-code-of-conduct
visible: true

governance_document:
Expand All @@ -189,9 +189,9 @@ governance_document:
default: None
# first choice is the default for the UI
choices:
- None
- numpy-governance
- sciml-governance
- None
- numpy-governance
- sciml-governance
visible: false

roadmap_document:
Expand All @@ -201,8 +201,8 @@ roadmap_document:
default: None
# first choice is the default for the UI
choices:
- None
- pytorch-ignite-roadmap
- None
- pytorch-ignite-roadmap
visible: false

git_username:
Expand Down

0 comments on commit 8629962

Please sign in to comment.