Skip to content

Freed-Wu/astyle-wheel

Repository files navigation

Pre-commit hook for astyle

pre-commit.ci status github/workflow

github/downloads github/downloads/latest github/issues github/issues-closed github/issues-pr github/issues-pr-closed github/discussions github/milestones github/forks github/stars github/watchers github/contributors github/commit-activity github/last-commit github/release-date

github/license github/languages github/languages/top github/directory-file-count github/code-size github/repo-size github/v

pypi/status pypi/v pypi/downloads pypi/format pypi/implementation pypi/pyversions

See Astyle Python Distribution.

Install

pre-commit install
git commit

Related Projects

Python Port

  • pyastyle: stop maintaining. a python port of astyle. this project provides similar APIs.

pre-commit hooks

  • CLinters: it requires you install linters and formatters in your machine and it calls them. So it cannot ensure the versions of linters and formatters are same as others, which means it cannot ensure reproducibility.
  • astyle_precommit_hook: it uses git hook, not pre-commit, which make it cannot use many hooks at the same time. It cannot ensure reproducibility, too.
  • astyle_py: it uses wasm, not native binary programs like this project.

Similar Projects

Alternatives

Python Wheels

Refer Python Wheels.