mirror of
https://gitlab.com/tildes/tildes.git
synced 2026-04-17 14:59:11 +02:00
The minimal updates here were to update pygit2 and pip-tools.
However, prospector is currently broken as well, so the full code style
checks currently will not pass. This is not trivial to fix:
- Currently, pylint returns errors from some of the mypy annotations
- Upgrading pylint/astroid to the newest version fixes those errors,
but breaks prospector
- There is no newer release of prospector
I'm not totally sure how I want to fix this, I may need to fork
prospector.
10 lines
218 B
YAML
10 lines
218 B
YAML
---
|
|
app_dir: /opt/tildes
|
|
venv_dir: /opt/venvs/tildes
|
|
bin_dir: "{{ venv_dir }}/bin"
|
|
|
|
static_sites_dir: /opt/tildes-static-sites
|
|
|
|
python_full_version: 3.9.5
|
|
python_version: "{{ python_full_version.rpartition('.')[0] }}"
|