Skip to content

Commit

Permalink
[feature/pre-commit] Removing scratch scripts and adding dev setup in…
Browse files Browse the repository at this point in the history
…structions to README
  • Loading branch information
jamesETsmith committed Jul 11, 2024
1 parent 5b3d245 commit dea9c0f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 43 deletions.
14 changes: 9 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,16 +22,20 @@
- Tested Compilers GCC@12, LLVM@17, LLVM@18
- Python >= 3.10

### Dev Requirements
- [`pre-commit`](https://pre-commit.com/)

## Developer Setup

### Developer Standards
### Dev Requirements

- C/C++: `clang-format` defaults
- Python: `ruff` lint/format
- Python: `ruff` lint/format, [`pre-commit`](https://pre-commit.com/)
- CMake: `cmake-format`

> **You need to install the `pre-commit` hooks to ensure they run before you commit code.**
```shell
# From root project dir
pre-commit install # installs the checks as pre-commit hooks
```

## Build and Test

Expand Down
38 changes: 0 additions & 38 deletions examples/make_strings.py

This file was deleted.

0 comments on commit dea9c0f

Please sign in to comment.