diff --git a/CHANGELOG.md b/CHANGELOG.md index 335f352..cb80b58 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Repository + +- Clarify where to put the settings in `pyproject.toml` + ## [v1.9.6] - 2024-06-02 ### Changed diff --git a/README.md b/README.md index 649436f..ddc6876 100644 --- a/README.md +++ b/README.md @@ -245,7 +245,7 @@ Also, builds on Linux and MacOS will set the C++ compiler to `g++-10`, while bui Since v1.9.0, the hooks support loading the CLI arguments from TOML files. This can be used to configure all the hooks for a particular repository using either of: -1. `pyproject.toml` +1. `pyproject.toml` (under `tool.cmake_pc_hooks` section) 2. `cmake_pc_hooks.toml` 3. TOML file specified using `--config=/path/to/file.toml` 4. Command line arguments