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-07 10:04:59 +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 first slide 2023-06-07 10:04:59 +02:00
src accent 2023-06-02 12:29:56 +02:00
tests add a file with a lot of errors 2023-06-01 16:02:58 +02:00
.editorconfig add editor config 2023-05-28 19:34:30 +02:00
.gitattributes support pngs 2023-06-02 18:10:08 +02:00
.gitignore support pngs 2023-06-02 18:10:08 +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/