From 7894340e2c5fc0ff04dc370249a68b3a43ff1e71 Mon Sep 17 00:00:00 2001 From: "Kyle M. Kovary" Date: Mon, 12 Aug 2024 12:18:13 -0700 Subject: [PATCH] added line to end of file --- .pre-commit-config.yaml | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index cc08b2d..05bbf1e 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,21 +1,21 @@ repos: -- repo: https://github.com/psf/black - rev: "24.8.0" # run `pre-commit autoupdate` - hooks: - - id: black + - repo: https://github.com/psf/black + rev: "24.8.0" # run `pre-commit autoupdate` + hooks: + - id: black name: black entry: black - args: + args: - --check language: system types: [python] -- repo: https://github.com/astral-sh/ruff-pre-commit - rev: "v0.5.7" - hooks: - - id: ruff + - repo: https://github.com/astral-sh/ruff-pre-commit + rev: "v0.5.7" + hooks: + - id: ruff name: ruff entry: ruff - args: ["check"] + args: ["check"] language: system - types: [python] \ No newline at end of file + types: [python]