From 0d62b850b604842546eda6321c3713f09358940d Mon Sep 17 00:00:00 2001 From: Steven Silvester Date: Sat, 14 Jan 2023 14:20:50 -0600 Subject: [PATCH] Sync lint deps (#911) --- .pre-commit-config.yaml | 2 +- pyproject.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 88bd836bc..f207fa163 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 9351d9982..d875e8a5e 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 = [