diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 21028f6..c1ef3bf 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.7 + rev: v0.7.0 hooks: - id: ruff args: [--select=I001, --fix] diff --git a/pyproject.toml b/pyproject.toml index 5c8b910..e222181 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -65,7 +65,7 @@ dev = [ ] typing = [ - "pyright==1.1.381", + "pyright==1.1.386", "pandas-stubs", ]