Some checks failed
test / Test completion check (push) Has been cancelled
test / test (20, macos-latest) (push) Has been cancelled
test / test (20, ubuntu-latest) (push) Has been cancelled
test / test (20, windows-latest) (push) Has been cancelled
test / test (22, macos-latest) (push) Has been cancelled
test / test (22, ubuntu-latest) (push) Has been cancelled
test / test (22, windows-latest) (push) Has been cancelled
test / test (24, macos-latest) (push) Has been cancelled
test / test (24, ubuntu-latest) (push) Has been cancelled
test / test (24, windows-latest) (push) Has been cancelled
41 lines
1.1 KiB
Text
41 lines
1.1 KiB
Text
run = "bash --rcfile .bashrc"
|
|
|
|
language = "python"
|
|
|
|
hidden = ["node_modules", ".github/**",'.git/**','.config/**','pact_broker/**']
|
|
|
|
[nix]
|
|
channel = "stable-22_05"
|
|
|
|
[env]
|
|
VIRTUAL_ENV = "/home/runner/${REPL_SLUG}/venv"
|
|
PYTHONPATH = "${VIRTUAL_ENV}/lib/python3.8/site-packages"
|
|
REPLIT_POETRY_PYPI_REPOSITORY = "https://package-proxy.replit.com/pypi/"
|
|
MPLBACKEND = "TkAgg"
|
|
POETRY_CACHE_DIR = "${HOME}/${REPL_SLUG}/.cache/pypoetry"
|
|
XDG_CONFIG_HOME = "/home/runner/.config"
|
|
PATH = "/home/runner/$REPL_SLUG/.config/npm/node_global/bin:/home/runner/$REPL_SLUG/node_modules/.bin:${VIRTUAL_ENV}/lib/python3.8/site-packages:${VIRTUAL_ENV}/bin"
|
|
npm_config_prefix = "/home/runner/$REPL_SLUG/.config/npm/node_global"
|
|
IS_REPL = "true"
|
|
|
|
[unitTest]
|
|
language = "nodejs"
|
|
|
|
[packager]
|
|
language = "nodejs"
|
|
|
|
[packager.features]
|
|
packageSearch = true
|
|
guessImports = true
|
|
enabledForHosting = false
|
|
|
|
[gitHubImport]
|
|
requiredFiles = [".replit", "replit.nix"]
|
|
|
|
[languages]
|
|
|
|
[languages.javascript]
|
|
pattern = "**/{*.js,*.jsx,*.ts,*.tsx}"
|
|
|
|
[languages.javascript.languageServer]
|
|
start = "typescript-language-server --stdio"
|