From 88fcefd11d0833f110a9d0d2e9bf38747b67e221 Mon Sep 17 00:00:00 2001 From: GitHub Date: Mon, 1 May 2023 01:22:42 +0000 Subject: [PATCH] chore: update pre-commit config --- .pre-commit-config.yaml | 4 ++-- dev-requirements.txt | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index f5d186267c..e2f773a9c8 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -10,7 +10,7 @@ repos: - id: black - repo: https://github.com/asottile/pyupgrade - rev: v3.3.1 + rev: v3.3.2 hooks: - id: pyupgrade args: ["--py37-plus"] @@ -33,7 +33,7 @@ repos: - id: gitlint - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.1.1 + rev: v1.2.0 hooks: - id: mypy additional_dependencies: diff --git a/dev-requirements.txt b/dev-requirements.txt index 6c8e25b7a9..54de01206c 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -2,12 +2,12 @@ black==23.3.0 isort; python_version < "3.8" isort==5.12.0; python_version >= "3.8" pre-commit; python_version < "3.8" -pre-commit==3.2.1; python_version >= "3.8" +pre-commit==3.2.2; python_version >= "3.8" flake8; python_version < "3.8" flake8==6.0.0; python_version >= "3.8" bandit==1.7.5 gitlint==v0.19.1 -mypy==v1.1.1 +mypy==v1.2.0 py>=1.10.0 pytest pytest-xdist