c_formatter_42
c_formatter_42 copied to clipboard
Merge pull request #18 from dawnbeen/master
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/)
This PR doesn't seem to contain any code
Done, should be there now, my bad
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