From 5d27f3ad6e20d7d24bcdf7dbcc9d787a736fe88b Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 4 Sep 2023 19:32:51 +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: - https://github.com/myint/autoflake → https://github.com/PyCQA/autoflake - [github.com/PyCQA/autoflake: v2.1.1 → v2.2.1](https://github.com/PyCQA/autoflake/compare/v2.1.1...v2.2.1) - [github.com/psf/black: 23.3.0 → 23.7.0](https://github.com/psf/black/compare/23.3.0...23.7.0) - [github.com/astral-sh/ruff-pre-commit: v0.0.284 → v0.0.287](https://github.com/astral-sh/ruff-pre-commit/compare/v0.0.284...v0.0.287) --- .pre-commit-config.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 8cf771e7..915ccfb5 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ repos: - - repo: https://github.com/myint/autoflake - rev: v2.1.1 + - repo: https://github.com/PyCQA/autoflake + rev: v2.2.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.3.0 + rev: 23.7.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.0.284" + rev: "v0.0.287" hooks: - id: ruff args: ["--config", "pyproject.toml", "--fix", "./sheeprl"]