From 7342120e2316b9ca702f6ca1bc163c33f09388d2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bern=C3=A1t=20G=C3=A1bor?= Date: Thu, 7 Nov 2024 12:25:49 -0800 Subject: [PATCH] Update .pre-commit-hooks.yaml --- .pre-commit-hooks.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-hooks.yaml b/.pre-commit-hooks.yaml index 78171ec..25e8153 100644 --- a/.pre-commit-hooks.yaml +++ b/.pre-commit-hooks.yaml @@ -3,7 +3,7 @@ description: '' entry: tox-toml-fmt language: python - 'files': (^|/)pyproject\.toml$ + 'files': (^|/)tox\.toml$ args: [] require_serial: false additional_dependencies: []