Skip to content

Commit 098b0f6

Browse files
authored
Clarify how to setup pyproject.toml (#121)
* Clarify how to setup `pyproject.toml` * Update CHANGELOG.md
1 parent 07b21a0 commit 098b0f6

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
### Repository
11+
12+
- Clarify where to put the settings in `pyproject.toml`
13+
1014
## [v1.9.6] - 2024-06-02
1115

1216
### Changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ Also, builds on Linux and MacOS will set the C++ compiler to `g++-10`, while bui
245245
Since v1.9.0, the hooks support loading the CLI arguments from TOML files. This can be used to configure all the hooks
246246
for a particular repository using either of:
247247

248-
1. `pyproject.toml`
248+
1. `pyproject.toml` (under `tool.cmake_pc_hooks` section)
249249
2. `cmake_pc_hooks.toml`
250250
3. TOML file specified using `--config=/path/to/file.toml`
251251
4. Command line arguments

0 commit comments

Comments
 (0)