From f80dd8c0fc9df45c48acc085acc9fa82c422c944 Mon Sep 17 00:00:00 2001 From: "Pedro M. Baeza" Date: Wed, 1 May 2024 20:36:52 +0200 Subject: [PATCH] [FIX] .pre-commit-config.yaml conflict --- .pre-commit-config.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 9d067392..1c5b7603 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -113,11 +113,7 @@ repos: - id: check-symlinks - id: check-xml - id: mixed-line-ending -<<<<<<< before updating - args: ["--fix=lf"] # ruff doesn't support python 3.6 -======= args: ["--fix=lf"] ->>>>>>> after updating - repo: https://github.com/asottile/pyupgrade rev: v2.38.2 hooks: