From 8860df99de18fd0bd9d1602ed1041eb7670b07a4 Mon Sep 17 00:00:00 2001 From: cloudwithax Date: Sat, 11 Mar 2023 10:24:45 -0500 Subject: [PATCH] change autopep pre commit to black --- .pre-commit-config.yaml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index b44fd95..c277288 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -10,10 +10,11 @@ repos: - id: end-of-file-fixer - id: requirements-txt-fixer - id: trailing-whitespace -- repo: https://github.com/pre-commit/mirrors-autopep8 - rev: v2.0.2 +- repo: https://github.com/psf/black + rev: stable hooks: - - id: autopep8 + - id: black + language_version: python3.8 - repo: https://github.com/asottile/pyupgrade rev: v3.3.1 hooks: