From 1ef132013688ae666743d52b4021b1dd35f1740f Mon Sep 17 00:00:00 2001 From: Kraust Date: Fri, 1 Mar 2024 12:22:39 -0500 Subject: [PATCH] Updated pre-commit. (#16) * Updated pre-commit --- .pre-commit-config.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 4a34c25..ea4bb45 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,13 +1,13 @@ repos: - - repo: http://gitlab.eng.cspi.com:8888/3rdParty-Repositories/black.git + - repo: https://github.com/psf/black.git rev: 22.3.0 hooks: - id: black - - repo: http://gitlab.eng.cspi.com:8888/3rdParty-Repositories/flake8.git + - repo: https://github.com/PyCQA/flake8.git rev: 6.1.0 hooks: - id: flake8 - - repo: http://gitlab.eng.cspi.com:8888/3rdParty-Repositories/isort.git + - repo: https://github.com/PyCQA/isort.git rev: 5.12.0 hooks: - id: isort