diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index dc14b4b..c0b56e8 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.5.0 + rev: v4.6.0 hooks: - id: trailing-whitespace - id: end-of-file-fixer @@ -21,7 +21,7 @@ repos: - requests~=2.31 - Babel~=2.13 - repo: https://github.com/PyCQA/autoflake - rev: v2.3.0 + rev: v2.3.1 hooks: - id: autoflake args: @@ -31,7 +31,7 @@ repos: - --remove-duplicate-keys - --remove-unused-variables - repo: https://github.com/asottile/pyupgrade - rev: v3.15.1 + rev: v3.16.0 hooks: - id: pyupgrade args: [--py311-plus] @@ -41,11 +41,11 @@ repos: - id: isort args: ["--profile", "black"] - repo: https://github.com/psf/black-pre-commit-mirror - rev: 24.2.0 + rev: 24.4.2 hooks: - id: black - repo: https://github.com/pycqa/pylint - rev: v3.0.3 + rev: v3.2.5 hooks: - id: pylint args: ["--disable=fixme"] @@ -57,7 +57,7 @@ repos: - openpyxl~=3.1 - requests~=2.31 - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.8.0 + rev: v1.10.1 hooks: - id: mypy args: [--config-file=pyproject.toml]