From 365624eac98697405d01cea3242e2a35f3c0e03d Mon Sep 17 00:00:00 2001 From: Hassan Kibirige Date: Wed, 27 Mar 2024 14:20:24 +0300 Subject: [PATCH] MAINT: Upgrade code quality checking tools --- .pre-commit-config.yaml | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 6e45af8b6..38dc8d39a 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ repos: - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.3.2 + rev: v0.3.4 hooks: # Run the linter. - id: ruff diff --git a/pyproject.toml b/pyproject.toml index 20090ff8a..b2cce6885 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -78,7 +78,7 @@ dev = [ ] typing = [ - "pyright==1.1.352", + "pyright==1.1.356", "ipython", "pandas-stubs", ]