From f2a21b045cc9344ca4fb80fd7e23cac018f019ec Mon Sep 17 00:00:00 2001 From: shiftinv Date: Fri, 13 Oct 2023 20:59:31 +0200 Subject: [PATCH] deps: update ruff to 0.0.292 --- .pre-commit-config.yaml | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index db6ec422f0..0c599e6c6d 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -56,6 +56,6 @@ repos: name: "run black in all files" - repo: https://github.com/charliermarsh/ruff-pre-commit - rev: v0.0.261 + rev: v0.0.292 hooks: - id: ruff diff --git a/pyproject.toml b/pyproject.toml index 369abf8c04..b6fce64799 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -72,7 +72,7 @@ tools = [ "python-dotenv~=1.0.0", "towncrier==23.6.0", "check-manifest==0.49", - "ruff==0.0.261", + "ruff==0.0.292", ] codemod = [ # run codemods on the respository (mostly automated typing)