From 258fd90c026caf1acbb929ce22c46f8d64362580 Mon Sep 17 00:00:00 2001 From: "sundar.shankar" Date: Mon, 13 Jan 2025 22:00:12 +0530 Subject: [PATCH] fmt patch --- .github/workflows/push.yml | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index 4cf3009..6c59df2 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -15,7 +15,7 @@ on: - main env: - HATCH_VERSION: 1.13.0 + HATCH_VERSION: 1.9.4 jobs: ci: diff --git a/pyproject.toml b/pyproject.toml index d0fc7e1..49ec2cb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -65,7 +65,7 @@ fmt = ["isort .", "ruff format", "ruff check . --fix", "mypy .", - "pylint --output-format=colorized -j 0 src"] + "pylint --version"] verify = ["isort . --check-only", "ruff format --check --diff", "ruff check .",