diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 3d38fe2..039f566 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,23 +1,23 @@ repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.3.0 + rev: v4.5.0 hooks: - id: check-yaml - id: end-of-file-fixer - id: trailing-whitespace - repo: https://github.com/psf/black - rev: 22.6.0 + rev: 23.11.0 hooks: - id: black args: [--line-length=80] - repo: https://github.com/pycqa/isort - rev: 5.10.1 + rev: 5.12.0 hooks: - id: isort name: isort (python) args: ["--profile", "black"] - repo: https://github.com/pycqa/pydocstyle - rev: '6.1.1' + rev: '6.3.0' hooks: - id: pydocstyle exclude: ^(examples/|gixstapose/tests/|gixstapose/data/|setup.py)