diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index cbeeae10..98828778 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,12 +1,12 @@ --- repos: - repo: https://github.com/Lucas-C/pre-commit-hooks - rev: v1.3.1 + rev: v1.5.4 hooks: - id: remove-tabs - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.3.0 + rev: v4.4.0 hooks: - id: trailing-whitespace - id: check-merge-conflict @@ -16,14 +16,14 @@ repos: - id: check-ast - repo: https://github.com/psf/black - rev: 22.10.0 + rev: 23.7.0 hooks: - id: black args: ['--line-length', '110'] additional_dependencies: ['click==8.0.4'] - repo: https://github.com/pycqa/isort - rev: 5.10.1 + rev: 5.12.0 hooks: - id: isort args: @@ -32,18 +32,18 @@ repos: - --line-length=110 - repo: https://github.com/PyCQA/flake8 - rev: '5.0.4' + rev: '6.1.0' hooks: - id: flake8 additional_dependencies: ['pep8-naming', 'flake8-docstrings'] - repo: https://github.com/PyCQA/pylint - rev: v2.15.5 + rev: v3.0.0a7 hooks: - id: pylint - repo: https://github.com/pre-commit/mirrors-mypy - rev: v0.982 + rev: v1.5.1 hooks: - id: mypy additional_dependencies: @@ -57,7 +57,7 @@ repos: - --no-strict-optional - repo: https://github.com/asottile/pyupgrade - rev: v3.2.0 + rev: v3.10.1 hooks: - id: pyupgrade