{
  "name": "nous-progressive-nets",
  "$schema": "../../../node_modules/nx/schemas/project-schema.json",
  "projectType": "library",
  "sourceRoot": "libs/nous/progressive-nets/nous_progressive_nets",
  "tags": ["scope:nous", "type:lib", "domain:continual-learning", "lang:python"],
  "targets": {
    "test": {
      "executor": "nx:run-commands",
      "options": {
        "command": "python3 -m pytest tests/ -q",
        "cwd": "libs/nous/progressive-nets"
      }
    },
    "lint": {
      "executor": "nx:run-commands",
      "options": {
        "command": "python3 -m ruff check .",
        "cwd": "libs/nous/progressive-nets"
      }
    }
  }
}
