diff --git a/pyproject.toml b/pyproject.toml index ef1cb47d..b791411e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -74,3 +74,8 @@ log_cli_date_format = "%Y-%m-%d %H:%M:%S" include = '\.pyi?$' line-length = 120 target-version = ['py311'] + +[tool.ruff] +include = ['\.pyi?$'] +line-length = 120 +target-version = 'py311'