From 6dfe2f4a87362a27fe2e97a154daac2f11883284 Mon Sep 17 00:00:00 2001 From: 简律纯 Date: Fri, 28 Jun 2024 18:25:40 +0800 Subject: style: ruff format code --- hrc/config.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'hrc/config.py') diff --git a/hrc/config.py b/hrc/config.py index 7db4efe..b6458b2 100644 --- a/hrc/config.py +++ b/hrc/config.py @@ -2,6 +2,7 @@ from typing import Set, Union from pydantic import BaseModel, ConfigDict, DirectoryPath, Field + class ConfigModel(BaseModel): model_config = ConfigDict(extra="allow") @@ -25,4 +26,4 @@ class RuleConfig(ConfigModel): class MainConfig(ConfigModel): core: CoreConfig = CoreConfig() - rule: RuleConfig = RuleConfig() \ No newline at end of file + rule: RuleConfig = RuleConfig() -- cgit v1.2.3-70-g09d2