You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Defined within the `pyproject.toml` file, the local configuration is used to customize the behavior of `cppython` for a specific project. The configuration is defined under the `[tool.cppython]` table.
6
+
7
+
== Global Configuration
8
+
9
+
Configuration exists in four places, each with a different default scope. The order of precedence is as follows:
10
+
11
+
1. Configuration file override provided by the CLI or local `pyproject.toml` file.
12
+
2. The local configuration file, `cppython.toml`, in the current working directory.
13
+
3. The user level configuration file, `cppython.toml`, in the user's home directory.
14
+
4. The global configuration file, `cppython.toml`, in the system configuration directory.
15
+
16
+
Each configuration file that is found will be merged into the next configuration file found.
0 commit comments