-
Notifications
You must be signed in to change notification settings - Fork 93
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Touch up README.md and run
clang-format
via precommit hooks (#752)
* Touch up README.md and run `clang-format` via precommit hooks * Python versions fix
- Loading branch information
1 parent
a321317
commit 8b6cc8c
Showing
3 changed files
with
126 additions
and
100 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# pre-commit configuration file | ||
# | ||
# TL;DR | ||
# pre-commit runs a series of formatters and linters on every commit. | ||
# If throws an error, it's usually already fixed the problem and just | ||
# wants you to have a look at the changes it made. | ||
# To setup the pre-commit hooks, you'll need pre-commit, and install the | ||
# hooks by running `pre-commit install` from the repository root. | ||
# | ||
# See: https://pre-commit.com | ||
|
||
repos: | ||
- repo: https://github.com/pre-commit/mirrors-clang-format | ||
rev: v14.0.6 | ||
hooks: | ||
- id: clang-format |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.