c_formatter_42 icon indicating copy to clipboard operation
c_formatter_42 copied to clipboard

Merge pull request #18 from dawnbeen/master

Open zouhairDe opened this issue 11 months ago • 3 comments

merge upstream

    Process a path (file or directory) recursively.
    Formats .c and .h files in the directory.
    Added -i | --ignore to ignore specific folders that should not be formatted (e.g: -i mlx/)

zouhairDe avatar Feb 04 '25 15:02 zouhairDe

This PR doesn't seem to contain any code

cacharle avatar Feb 06 '25 08:02 cacharle

Done, should be there now, my bad

zouhairDe avatar Feb 09 '25 20:02 zouhairDe

CI/CD pass && used path from pathlib instead of os.path (venv) zouddach@e2r4p6 c_formatter_42 % black c_formatter_42 tests All done! ✨ 🍰 ✨ 21 files left unchanged. (venv) zouddach@e2r4p6 c_formatter_42 % isort c_formatter_42 tests
(venv) zouddach@e2r4p6 c_formatter_42 % flake8 c_formatter_42 (venv) zouddach@e2r4p6 c_formatter_42 % mypy c_formatter_42 Success: no issues found in 13 source files

zouhairDe avatar Feb 20 '25 15:02 zouhairDe