Skip to content

Commit

Permalink
Merge branch 'pre-commit-ci-update-config' of https://github.com/mosd…
Browse files Browse the repository at this point in the history
…ef-hub/gmso into pre-commit-ci-update-config
  • Loading branch information
daico007 committed Jan 4, 2023
2 parents 14a6a27 + 49fa967 commit 71bcc60
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@ repos:
- id: black
args: [--line-length=80]
- repo: https://github.com/pycqa/isort
rev: 5.11.1
rev: 5.11.4
hooks:
- id: isort
name: isort (python)
args: [--profile=black, --line-length=80]
- repo: https://github.com/pycqa/pydocstyle
rev: '6.1.1'
rev: '6.2.0'
hooks:
- id: pydocstyle
exclude: ^(gmso/abc|gmso/core|gmso/tests/|docs/|devtools/|setup.py)
Expand Down

0 comments on commit 71bcc60

Please sign in to comment.