diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 2d1c8dc8..c09ead25 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,7 @@ 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,24 +10,24 @@ ci: submodules: false repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.1.0 + rev: v4.6.0 hooks: - id: check-yaml - id: end-of-file-fixer - id: trailing-whitespace - repo: https://github.com/psf/black - rev: 22.1.0 + rev: 24.4.2 hooks: - id: black args: [--line-length=80, --target-version=py38] - repo: https://github.com/pycqa/isort - rev: 5.10.1 + rev: 5.13.2 hooks: - id: isort name: isort (python) args: [--profile=black, --line-length=80] - repo: https://github.com/pycqa/pydocstyle - rev: '6.1.1' + rev: '6.3.0' hooks: - id: pydocstyle args: [--convention=numpy]