Skip to content

Commit

Permalink
remove gmso lines
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisjonesBSU committed Nov 14, 2024
1 parent ac7284d commit 39171f4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,10 @@ 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
hooks:
- id: isort
name: isort (python)
args: [--profile=black, --line-length=80]
exclude: "gmso/tests/files/.*"

0 comments on commit 39171f4

Please sign in to comment.