diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index c09ead25..60eca64a 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,7 +1,6 @@ ci: autofix_commit_msg: | [pre-commit.ci] auto fixes from pre-commit.com hooks - for more information, see https://pre-commit.ci autofix_prs: true autoupdate_commit_msg: '[pre-commit.ci] pre-commit autoupdate' @@ -9,25 +8,25 @@ ci: skip: [] submodules: false repos: -- repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.6.0 +- repo: git@github.com:pre-commit/pre-commit-hooks + rev: v4.0.1 hooks: - id: check-yaml - id: end-of-file-fixer - id: trailing-whitespace -- repo: https://github.com/psf/black - rev: 24.4.2 +- repo: git@github.com:psf/black + rev: 22.3.0 hooks: - id: black args: [--line-length=80, --target-version=py38] -- repo: https://github.com/pycqa/isort - rev: 5.13.2 +- repo: git@github.com:pycqa/isort + rev: 5.11.5 hooks: - id: isort name: isort (python) args: [--profile=black, --line-length=80] -- repo: https://github.com/pycqa/pydocstyle - rev: '6.3.0' +- repo: git@github.com:pycqa/pydocstyle + rev: '6.1.1' hooks: - id: pydocstyle args: [--convention=numpy]