From b142853ae4c8443d02baa230ffae823feac83abd Mon Sep 17 00:00:00 2001 From: Bobby Date: Tue, 30 Aug 2022 19:50:28 -0400 Subject: Fix pre-commit hooks revs --- .pre-commit-config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 8b21f59..367ccf6 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -5,13 +5,13 @@ exclude: '^(\.tox|ci/templates|\.bumpversion\.cfg)(/|$)' repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: master + rev: main hooks: - id: trailing-whitespace - id: end-of-file-fixer - id: debug-statements - repo: https://github.com/timothycrosley/isort - rev: master + rev: main hooks: - id: isort - repo: https://github.com/psf/black -- cgit v1.2.3