From c28ad862149d49e461a8e4cda405afabc54cba92 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Tue, 2 Aug 2022 08:26:36 +0200 Subject: [PATCH] Update `pre-commit` Dependencies (#3085) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Hinrich Mahler <22366557+Bibo-Joshi@users.noreply.github.com> --- .pre-commit-config.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index ef6bc8144..b9ec39d65 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -15,8 +15,8 @@ repos: args: - --diff - --check -- repo: https://gitlab.com/pycqa/flake8 - rev: 4.0.1 +- repo: https://github.com/PyCQA/flake8 + rev: 5.0.2 hooks: - id: flake8 - repo: https://github.com/PyCQA/pylint @@ -37,7 +37,7 @@ repos: - cachetools~=5.2.0 - . # this basically does `pip install -e .` - repo: https://github.com/pre-commit/mirrors-mypy - rev: v0.961 + rev: v0.971 hooks: - id: mypy name: mypy-ptb @@ -64,7 +64,7 @@ repos: - cachetools~=5.2.0 - . # this basically does `pip install -e .` - repo: https://github.com/asottile/pyupgrade - rev: v2.34.0 + rev: v2.37.3 hooks: - id: pyupgrade files: ^(telegram|examples|tests)/.*\.py$