project-config
0.5
Quickstart
Installation
Basic usage
Examples
Reference
project-config CLI
Configuration
Styling
Plugins
In depth
Rationale
Objects serialization
For developers
Writing third party plugins
Writing third party reporters
Changelog
Contributing
Reference
project_config package
Subpackages
Submodules
project_config.__main__ module
project_config.cache module
project_config.compat module
project_config.constants module
project_config.exceptions module
project_config.project module
project_config.tree module
project_config.types module
project-config
»
Reference
»
project_config package
»
project_config.types module
View page source
project_config.types module
Types.
class
project_config.types.
ErrorDict
(
*
args
,
**
kwargs
)
[source]
Bases:
dict
Error data type.
definition
:
str
file
:
typing_extensions.NotRequired
[
str
]
hint
:
typing_extensions.NotRequired
[
str
]
message
:
str
class
project_config.types.
Rule
(
*
args
,
**
kwargs
)
[source]
Bases:
dict
Style rule.
files
:
List
[
str
]