diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 88bd836b..f207fa16 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -35,7 +35,7 @@ repos: - id: black - repo: https://github.com/charliermarsh/ruff-pre-commit - rev: v0.0.207 + rev: v0.0.221 hooks: - id: ruff args: ["--fix"] diff --git a/pyproject.toml b/pyproject.toml index 9351d998..d875e8a5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -106,9 +106,9 @@ test = "mypy --install-types --non-interactive {args:.}" [tool.hatch.envs.lint] dependencies = [ - "black[jupyter]==22.10.0", + "black[jupyter]==22.12.0", "mdformat>0.7", - "ruff==0.0.189", + "ruff==0.0.221", ] [tool.hatch.envs.lint.scripts] style = [