From a37cc4c44b848d98b7aa3673dee5066dccd82423 Mon Sep 17 00:00:00 2001 From: Steven Silvester Date: Sun, 29 Oct 2023 09:21:54 -0500 Subject: [PATCH] use pyproject-fmt --- .pre-commit-config.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 54233bbb..80c6ae3b 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -55,6 +55,11 @@ repos: - id: rst-directive-colons - id: rst-inline-touching-normal + - repo: https://github.com/tox-dev/pyproject-fmt + rev: "1.0.0" + hooks: + - id: pyproject-fmt + - repo: https://github.com/astral-sh/ruff-pre-commit rev: v0.1.3 hooks: