diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index dfbbc80ce..76d41c90d 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -23,8 +23,8 @@ repos: rev: 23.3.0 hooks: - id: black-jupyter -- repo: https://github.com/charliermarsh/ruff-pre-commit - rev: v0.0.275 +- repo: https://github.com/astral-sh/ruff-pre-commit + rev: v0.0.276 hooks: - id: ruff args: ["--fix"] diff --git a/dpgen/auto_test/Property.py b/dpgen/auto_test/Property.py index 8b6a18f1b..61b94614b 100644 --- a/dpgen/auto_test/Property.py +++ b/dpgen/auto_test/Property.py @@ -102,13 +102,14 @@ def _compute_lower(self, output_file, all_tasks, all_res): Parameters ---------- - output_file: + output_file The file to output the property all_tasks : list of str The list of directories to the tasks all_res : list of str The list of results - Returns: + + Returns ------- res_data : dist The dict storing the result of the property