From b3e59cd7d9d65b566dd1feb8197c86c84bb00b9a Mon Sep 17 00:00:00 2001 From: gauravr Date: Mon, 7 Oct 2024 09:16:14 +0530 Subject: [PATCH] updated pre-commit --- .pre-commit-config.yaml | 10 +++++----- requirements_dev.txt | 1 + 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 66a8711..2b462d6 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,7 +1,7 @@ exclude: ^(data/|app/templates/|tests/data) repos: - repo: https://github.com/pycqa/isort - rev: 5.12.0 + rev: 5.13.2 hooks: - id: isort args: @@ -10,19 +10,19 @@ repos: - --force-grid-wrap=3 - repo: https://github.com/psf/black - rev: 22.3.0 + rev: 24.8.0 hooks: - id: black language_version: python3 - - repo: https://github.com/PyCQA/flake8 - rev: 3.9.2 + - repo: https://github.com/pycqa/flake8 + rev: 7.1.1 hooks: - id: flake8 language_version: python3 - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.1.0 + rev: v5.0.0 hooks: - id: end-of-file-fixer - id: trailing-whitespace diff --git a/requirements_dev.txt b/requirements_dev.txt index a6af1d4..fd5a2d1 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -22,6 +22,7 @@ pre-commit fastapi httpx pytest +pytz uvicorn celery requests