diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 2463a9a90..cf03d2631 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.4.2 + rev: v0.4.4 hooks: # Run the linter. - id: ruff diff --git a/pyproject.toml b/pyproject.toml index f4bf7df1a..94027f96f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -79,7 +79,7 @@ dev = [ ] typing = [ - "pyright==1.1.360", + "pyright==1.1.362", "ipython", "pandas-stubs", ]