Error but easy
This repository has been archived on 2023-06-07. You can view files and clone it, but cannot push or open issues or pull requests.
Find a file
2023-05-29 19:40:28 +02:00
.vscode specify size of tab is 4 2023-05-29 10:46:26 +02:00
githooks use ruff before black, following doc recommendation 2023-05-28 19:16:29 +02:00
presentation update projektor 2023-05-29 19:40:28 +02:00
src - add some type annotation 2023-05-29 17:17:24 +02:00
tests add no error test file 2023-05-29 11:04:50 +02:00
.editorconfig add editor config 2023-05-28 19:34:30 +02:00
.gitignore ignore txt files inside .vscode directory 2023-05-29 17:18:22 +02:00
DOCUMENTATION.md doc 2023-04-29 21:28:59 +02:00
main.py - add some type annotation 2023-05-29 17:17:24 +02:00
pyproject.toml target py3.9 2023-05-29 11:48:54 +02:00
README.md 3.9 2023-05-29 11:49:07 +02:00
requirements.txt Add Ruff configuration 2023-05-28 18:48:08 +02:00

Errsy

Pré-requis

  • clang-format

    Arch : sudo pacman -S clang

  • python 3.9 minimum

Usage

$ python3 main.py {file}

Pour le développement :

$ pip install -r requirements.txt
$ cp githooks/* .git/hooks/