Skip to content

Clarify how to setup pyproject.toml #121

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Apr 23, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading