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", ]