From 3d40d3639ebc5415d9082c68b9f2e5833893456f Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 25 Nov 2024 17:23:38 +0000 Subject: [PATCH] [pre-commit.ci] pre-commit autoupdate MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - [github.com/PyCQA/autoflake: v2.2.1 → v2.3.1](https://github.com/PyCQA/autoflake/compare/v2.2.1...v2.3.1) - [github.com/psf/black: 23.12.1 → 24.10.0](https://github.com/psf/black/compare/23.12.1...24.10.0) - [github.com/astral-sh/ruff-pre-commit: v0.1.11 → v0.8.0](https://github.com/astral-sh/ruff-pre-commit/compare/v0.1.11...v0.8.0) --- .pre-commit-config.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index c3ec86c4..8bd219cf 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ repos: - repo: https://github.com/PyCQA/autoflake - rev: v2.2.1 + rev: v2.3.1 hooks: - id: autoflake name: Remove unused variables and imports @@ -28,7 +28,7 @@ repos: files: \.py$ - repo: https://github.com/psf/black - rev: 23.12.1 + rev: 24.10.0 hooks: - id: black name: (black) Format Python code @@ -43,7 +43,7 @@ repos: types: [jupyter] - repo: https://github.com/astral-sh/ruff-pre-commit - rev: "v0.1.11" + rev: "v0.8.0" hooks: - id: ruff args: ["--config", "pyproject.toml", "--fix", "./sheeprl"]