From d487ef52521646df62f442d214d62f9ef4696cd0 Mon Sep 17 00:00:00 2001 From: Tom van der Lee Date: Fri, 18 Nov 2022 13:42:59 +0100 Subject: Handle client connections gracefully --- .pre-commit-config.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to '.pre-commit-config.yaml') diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index c5c9a1e..5cecfd3 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -6,19 +6,19 @@ repos: - id: end-of-file-fixer - id: trailing-whitespace - repo: https://github.com/psf/black - rev: 21.12b0 + rev: 22.10.0 hooks: - id: black types_or: - python - repo: https://github.com/asottile/reorder_python_imports - rev: v2.7.1 + rev: v3.9.0 hooks: - id: reorder-python-imports types_or: - python - repo: https://github.com/pre-commit/mirrors-prettier - rev: 'v2.5.1' + rev: v2.7.1 hooks: - id: prettier types_or: -- cgit v1.2.3