Skip to content
Snippets Groups Projects
Hervé Ménager's avatar
Hervé MENAGER authored
to avoid error messages such as:

```
UnicodeDecodeError: 'ascii' codec can't decode byte 0xce in position 800: ordinal not in range(128)
```
10298522

ippidb-web

This repository contains the django web application that manages the iPPI-DB database.

run flake8 before commit

From the root of the project:

. .venv/bin/activate
pip install -q flake8
flake8 --install-hook git
git config --bool flake8.strict true
ln -s ippisite/.flake8 .flake8