diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 8fb08a5..f2a3323 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -8,7 +8,7 @@ ci: repos: - repo: https://github.com/python-poetry/poetry - rev: '1.6.1' + rev: '1.6.0' hooks: - id: poetry-check - id: poetry-lock @@ -25,7 +25,7 @@ repos: args: [ "--format=requirements.txt", "--without-hashes", "-o", "requirements-docs.txt", "--only", "docs" ] - repo: https://github.com/asottile/pyupgrade - rev: v3.4.0 + rev: v3.11.0 hooks: - id: pyupgrade args: [ --py36-plus ] @@ -60,12 +60,12 @@ repos: - id: detect-private-key - repo: https://github.com/psf/black - rev: 23.3.0 + rev: 23.9.1 hooks: - id: black - repo: https://github.com/pycqa/flake8 - rev: 6.0.0 + rev: 6.1.0 hooks: - id: flake8 args: [ @@ -88,7 +88,7 @@ repos: ] - repo: https://github.com/pre-commit/mirrors-mypy - rev: 'v1.3.0' + rev: 'v1.5.1' hooks: - id: mypy args: [ --config-file=.mypy.ini ]