From 1ea2cc6ece6cb68800a9384745160b03d595a19c Mon Sep 17 00:00:00 2001 From: Trevor James Smith <10819524+Zeitsperre@users.noreply.github.com> Date: Mon, 4 Dec 2023 15:28:01 -0500 Subject: [PATCH] typo fix --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index f3d3042a1..8d7e4c222 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -32,7 +32,7 @@ repos: hooks: - id: yamllint args: [ '--config-file=.yamllint.yaml' ] -- repo: https://github.com/psf/black-precommit-mirror +- repo: https://github.com/psf/black-pre-commit-mirror rev: 23.11.0 hooks: - id: black