Skip to content
This repository has been archived by the owner on Oct 4, 2024. It is now read-only.

Commit

Permalink
build: add pre-commit config
Browse files Browse the repository at this point in the history
  • Loading branch information
rr- committed Oct 2, 2023
1 parent d23323f commit f3b2de2
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,8 @@ repos:
args: ["-style=file", "-i"]
language: system
files: \.[ch](pp)?$

- id: imports
name: imports
entry: tools/sort_imports
language: system
files: \.[ch](pp)?$

0 comments on commit f3b2de2

Please sign in to comment.