From 7f331c4b6a16c46936f1379a41b9b1526bbdd9df Mon Sep 17 00:00:00 2001 From: Hassan Kibirige Date: Fri, 25 Oct 2024 14:24:34 +0300 Subject: [PATCH] Upgrade linter and typechecker --- .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 879ae8277..36cfca7cc 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.6.8 + rev: v0.7.1 hooks: # Run the linter. - id: ruff diff --git a/pyproject.toml b/pyproject.toml index 568317bb9..99ceff330 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -76,7 +76,7 @@ dev = [ ] typing = [ - "pyright==1.1.385", + "pyright==1.1.386", "ipython", "pandas-stubs", ]