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-28 18:51:37 +02:00
.vscode Add some VSCode configuration 2023-05-28 18:47:41 +02:00
githooks add precommit for black and ruff 2023-05-28 18:51:37 +02:00
presentation newline 2023-05-09 19:08:08 +02:00
tests first test 2023-03-12 10:22:05 +01:00
.gitignore ignore ruff cache directory 2023-05-28 18:51:28 +02:00
DOCUMENTATION.md doc 2023-04-29 21:28:59 +02:00
main.py format with black 2023-04-18 22:27:34 +02:00
pyproject.toml Add Ruff configuration 2023-05-28 18:48:08 +02:00
README.md Add black configuration 2023-05-28 18:48:03 +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

Usage

$ python3 main.py {file}

Pour le développement :

$ pip install -r requirements.txt