From 39171f41ffe80ae67af5d967f102114712233e98 Mon Sep 17 00:00:00 2001 From: chrisjonesBSU Date: Thu, 14 Nov 2024 16:13:29 -0700 Subject: [PATCH] remove gmso lines --- .pre-commit-config.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 12baa2d64..1c637c6c5 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -23,7 +23,6 @@ repos: - id: check-yaml - id: end-of-file-fixer - id: trailing-whitespace - exclude: 'setup.cfg|gmso/tests/files/.*' - repo: https://github.com/pycqa/isort rev: 5.13.2 @@ -31,4 +30,3 @@ repos: - id: isort name: isort (python) args: [--profile=black, --line-length=80] - exclude: "gmso/tests/files/.*"