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-06-01 13:11:37 +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-06-01 09:53:38 +02:00
src et encore.. 2023-06-01 13:11:37 +02:00
tests add test 2023-06-01 10:16:04 +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
main.py move 2023-06-01 12:59:18 +02:00
pyproject.toml target py3.9 2023-05-29 11:48:54 +02:00
README.md gui 2023-06-01 12:54:44 +02:00
requirements.txt Add Ruff configuration 2023-05-28 18:48:08 +02:00

Errsy

GUI pour clang-format

Pré-requis

  • clang-format

    Arch : sudo pacman -S clang

  • python 3.9 minimum

Usage

$ python3 main.py

Pour le développement :

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