File: post_create.sh

package info (click to toggle)
codespell 2.4.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,864 kB
  • sloc: python: 2,507; makefile: 58; ansic: 11
file content (14 lines) | stat: -rw-r--r-- 289 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
git config --global --add safe.directory /workspaces/codespell

sudo apt-get update
sudo apt-get install -y libaspell-dev

pip install --upgrade \
    aspell-python-py3 \
    pip \
    setuptools \
    setuptools_scm \
    wheel
pip install -e '.[dev]'

pre-commit install --install-hooks