diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 4dcebbd..8bf9cdc 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: v3.4.0 + rev: v4.4.0 hooks: - id: check-added-large-files args: ['--maxkb=100'] @@ -10,12 +10,12 @@ repos: - id: debug-statements - id: end-of-file-fixer - repo: https://github.com/asottile/pyupgrade - rev: v2.12.0 + rev: v3.13.0 hooks: - id: pyupgrade args: [--py36-plus] - repo: https://github.com/PyCQA/isort - rev: 5.8.0 + rev: 5.12.0 hooks: - id: isort name: isort @@ -25,16 +25,16 @@ repos: language: python types: [python] - repo: https://github.com/psf/black - rev: 20.8b1 + rev: 23.9.1 hooks: - id: black - repo: https://github.com/asottile/blacken-docs - rev: v1.10.0 + rev: 1.16.0 hooks: - id: blacken-docs additional_dependencies: [black] -- repo: https://gitlab.com/PyCQA/flake8 - rev: 3.9.0 +- repo: https://github.com/PyCQA/flake8 + rev: 6.1.0 hooks: - id: flake8 additional_dependencies: [