From 1b552dca846e055b5f48462690d683fa2cbbf295 Mon Sep 17 00:00:00 2001 From: JosePizarro3 Date: Mon, 17 Jun 2024 14:05:27 +0200 Subject: [PATCH] Deleted nomad.yaml Deleted cruft-update related files --- .cruft.json | 26 -------------------------- .devcontainer/devcontainer.json | 28 ---------------------------- nomad.yaml | 13 ------------- 3 files changed, 67 deletions(-) delete mode 100644 .cruft.json delete mode 100644 .devcontainer/devcontainer.json delete mode 100644 nomad.yaml diff --git a/.cruft.json b/.cruft.json deleted file mode 100644 index 5dd3435e..00000000 --- a/.cruft.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "template": "https://github.com/FAIRmat-NFDI/cookiecutter-nomad-plugin.git", - "commit": "dbf41935075d9057d69478db6eb9e7901bb44992", - "checkout": null, - "context": { - "cookiecutter": { - "full_name": "Jose M. Pizarro", - "email": "jose.pizarro@physik.hu-berlin.de", - "github_username": "JosePizarro3", - "plugin_name": "example-nomad-plugin", - "module_name": "example_nomad_plugin", - "short_description": "A example of the NOMAD plugin structure.", - "version": "0.1.0", - "license": "Apache Software License 2.0", - "include_schema_package": true, - "include_normalizer": false, - "include_parser": false, - "include_app": false, - "_copy_without_render": [ - "*.html" - ], - "_template": "https://github.com/FAIRmat-NFDI/cookiecutter-nomad-plugin.git" - } - }, - "directory": null -} diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json deleted file mode 100644 index 701f354b..00000000 --- a/.devcontainer/devcontainer.json +++ /dev/null @@ -1,28 +0,0 @@ -// For format details, see https://aka.ms/devcontainer.json. For config options, see the -// README at: https://github.com/devcontainers/templates/tree/main/src/python -{ - "name": "Python 3", - // Or use a Dockerfile or Docker Compose file. More info: https://containers.dev/guide/dockerfile - "image": "mcr.microsoft.com/devcontainers/python:1-3.9-bookworm", - "features": { - "ghcr.io/devcontainers-contrib/features/ruff:1": {} - }, - // Features to add to the dev container. More info: https://containers.dev/features. - // "features": {}, - // Use 'forwardPorts' to make a list of ports inside the container available locally. - // "forwardPorts": [], - // Use 'postCreateCommand' to run commands after the container is created. - "postCreateCommand": "pipx install cruft", - // Configure tool-specific properties. - "customizations": { - // Configure properties specific to VS Code. - "vscode": { - // Add the IDs of extensions you want installed when the container is created. - "extensions": [ - "charliermarsh.ruff" - ] - } - } - // Uncomment to connect as root instead. More info: https://aka.ms/dev-containers-non-root. - // "remoteUser": "root" -} diff --git a/nomad.yaml b/nomad.yaml deleted file mode 100644 index 8be3d8d5..00000000 --- a/nomad.yaml +++ /dev/null @@ -1,13 +0,0 @@ -normalize: - normalizers: - include: - - MetainfoNormalizer -plugins: - # We only include our schema here. Without the explicit include, all plugins will be - # loaded. Many build in plugins require more dependencies. Install nomad-lab[parsing] - # to make all default plugins work. - include: - - 'schemas/nomad_simulations' - options: - schemas/nomad_simulations: - python_package: nomad_simulations \ No newline at end of file