diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 7dee47f94..9cfe8b38e 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -6,7 +6,7 @@ repos: files: "^datamodel_code_generator|^tests" exclude: "^tests/data" - repo: https://github.com/astral-sh/ruff-pre-commit - rev: 'v0.0.278' + rev: 'v0.0.280' hooks: - id: ruff files: "^datamodel_code_generator|^tests"