diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 05954ca..29f936a 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -4,7 +4,7 @@ # pre-commit autoupdate repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.5.0 + rev: v5.0.0 hooks: - id: check-ast - id: fix-byte-order-marker @@ -19,13 +19,13 @@ repos: - id: trailing-whitespace - id: mixed-line-ending - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.8.0 + rev: v1.14.0 hooks: - id: mypy args: [--ignore-missing-imports] additional_dependencies: [types-requests==2.27.12, types-toml, types-setuptools==57.4.10] - repo: https://github.com/psf/black - rev: 23.12.1 + rev: 24.10.0 hooks: - id: black - repo: https://github.com/PyCQA/isort @@ -33,12 +33,12 @@ repos: hooks: - id: isort - repo: https://github.com/asottile/pyupgrade - rev: v3.15.0 + rev: v3.19.1 hooks: - id: pyupgrade args: [--py36-plus] - repo: https://github.com/asottile/blacken-docs - rev: 1.16.0 + rev: 1.19.1 hooks: - id: blacken-docs additional_dependencies: [black==20.8b1]