diff options
| author | 2022-11-18 13:42:59 +0100 | |
|---|---|---|
| committer | 2022-11-18 13:42:59 +0100 | |
| commit | d487ef52521646df62f442d214d62f9ef4696cd0 (patch) | |
| tree | c0b01ce29a6f823085a0ac8ec437539a9c5687ee /.pre-commit-config.yaml | |
| parent | f6efa377a68f4997b7b4bdd1bd739c2a29562b31 (diff) | |
| download | client-d487ef52521646df62f442d214d62f9ef4696cd0.tar.gz client-d487ef52521646df62f442d214d62f9ef4696cd0.tar.bz2 client-d487ef52521646df62f442d214d62f9ef4696cd0.zip | |
Handle client connections gracefully
Diffstat (limited to '.pre-commit-config.yaml')
| -rw-r--r-- | .pre-commit-config.yaml | 6 |
1 files changed, 3 insertions, 3 deletions
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: | |||
| 6 | - id: end-of-file-fixer | 6 | - id: end-of-file-fixer |
| 7 | - id: trailing-whitespace | 7 | - id: trailing-whitespace |
| 8 | - repo: https://github.com/psf/black | 8 | - repo: https://github.com/psf/black |
| 9 | rev: 21.12b0 | 9 | rev: 22.10.0 |
| 10 | hooks: | 10 | hooks: |
| 11 | - id: black | 11 | - id: black |
| 12 | types_or: | 12 | types_or: |
| 13 | - python | 13 | - python |
| 14 | - repo: https://github.com/asottile/reorder_python_imports | 14 | - repo: https://github.com/asottile/reorder_python_imports |
| 15 | rev: v2.7.1 | 15 | rev: v3.9.0 |
| 16 | hooks: | 16 | hooks: |
| 17 | - id: reorder-python-imports | 17 | - id: reorder-python-imports |
| 18 | types_or: | 18 | types_or: |
| 19 | - python | 19 | - python |
| 20 | - repo: https://github.com/pre-commit/mirrors-prettier | 20 | - repo: https://github.com/pre-commit/mirrors-prettier |
| 21 | rev: 'v2.5.1' | 21 | rev: v2.7.1 |
| 22 | hooks: | 22 | hooks: |
| 23 | - id: prettier | 23 | - id: prettier |
| 24 | types_or: | 24 | types_or: |
