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