From 3771b56b01ffe6b5cc848e7dd14b6f2128fc1b37 Mon Sep 17 00:00:00 2001 From: Pavel Karateev Date: Tue, 16 Jul 2024 15:57:48 +0200 Subject: [PATCH] Bump requirements and pre-commit --- .pre-commit-config.yaml | 12 ++++++------ requirements.txt | 4 ++-- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 3b37bb9..b780c93 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.4.0 + rev: v4.6.0 hooks: - id: trailing-whitespace - id: end-of-file-fixer @@ -10,30 +10,30 @@ repos: - id: requirements-txt-fixer - repo: https://github.com/psf/black - rev: 23.7.0 + rev: 24.4.2 hooks: - id: black language_version: python3.12 - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.5.1 + rev: v1.10.1 hooks: - id: mypy files: ^src/ - repo: https://github.com/asottile/reorder_python_imports - rev: v3.10.0 + rev: v3.13.0 hooks: - id: reorder-python-imports args: [ --py311-plus ] - repo: https://github.com/asottile/pyupgrade - rev: v3.10.1 + rev: v3.16.0 hooks: - id: pyupgrade args: [ --py311-plus ] - repo: https://github.com/charliermarsh/ruff-pre-commit - rev: v0.0.287 + rev: v0.5.2 hooks: - id: ruff diff --git a/requirements.txt b/requirements.txt index 401598e..4ac13e8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ black==24.4.2 click==8.1.7 -mypy==1.10.0 +mypy==1.10.1 pre-commit==3.7.1 pur==7.3.2 pytest==8.2.2 -ruff==0.4.10 +ruff==0.5.2