From 86cf1b4b4b2ab76ddeaa1eba1a6f945f2c31a8e7 Mon Sep 17 00:00:00 2001 From: Sai-Suraj-27 Date: Thu, 25 Jan 2024 15:24:57 +0530 Subject: [PATCH 1/2] Fixed wrong link in Contributing section of docs. --- docs/overview/contributing/volunteer_ranks.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/overview/contributing/volunteer_ranks.rst b/docs/overview/contributing/volunteer_ranks.rst index 579ba7b74c501..61d37a913b01d 100644 --- a/docs/overview/contributing/volunteer_ranks.rst +++ b/docs/overview/contributing/volunteer_ranks.rst @@ -1,7 +1,7 @@ Contributor Leaderboard ======================= -This page lists all of our amazing Contributors who have contributed to the project! We are grateful for your contributions and we hope to see you grow with the project! The ranks listed here are based on the `level of contribution `_\. +This page lists all of our amazing Contributors who have contributed to the project! We are grateful for your contributions and we hope to see you grow with the project! The ranks listed here are based on the `level of contribution `_\. Top Contributors ---------------- From 2881adec1f34ea6bf3a5e68687f3f1e501b19412 Mon Sep 17 00:00:00 2001 From: Sai-Suraj-27 Date: Fri, 26 Jan 2024 19:29:36 +0530 Subject: [PATCH 2/2] Updated black formatter version and modified files according to it. --- .pre-commit-config.yaml | 2 +- scripts/backend_generation/generate.py | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 34d42d6af8eea..d18a3b680e7df 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -13,7 +13,7 @@ repos: - id: ruff args: [ --fix ] - repo: https://github.com/psf/black-pre-commit-mirror - rev: 23.12.1 + rev: 24.1.0 hooks: - id: black language_version: python3 diff --git a/scripts/backend_generation/generate.py b/scripts/backend_generation/generate.py index 90886b67f61b4..523ad1b6f28a7 100644 --- a/scripts/backend_generation/generate.py +++ b/scripts/backend_generation/generate.py @@ -167,8 +167,7 @@ def _should_install_backend(package_name): ) from e elif ret.lower() == "n": print( - Fore.YELLOW - + "Will continue without backend installed, " + Fore.YELLOW + "Will continue without backend installed, " "type checking won't be available.\n" ) else: