diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 912c1c34d..02ba96826 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -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)