From 74f63e9d6f2316618a738ccec872a3410c439b47 Mon Sep 17 00:00:00 2001 From: Trevor James Smith <10819524+Zeitsperre@users.noreply.github.com> Date: Thu, 18 Jan 2024 15:35:14 -0500 Subject: [PATCH] ignore .pylintrc.toml --- .pre-commit-config.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 898b68aa9..bf9366f2d 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -26,6 +26,7 @@ repos: rev: v0.23.1 hooks: - id: toml-sort-fix + exclude: '.pylintrc.toml' - repo: https://github.com/pylint-dev/pylint rev: v3.0.3 hooks: