From 1eb03a34b6b6bed7e0f291f5635e885e7762b5f0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Apr 2024 01:42:28 +0000 Subject: [PATCH 1/2] build(deps): bump ruff from 0.3.6 to 0.4.0 Bumps [ruff](https://github.com/astral-sh/ruff) from 0.3.6 to 0.4.0. - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](https://github.com/astral-sh/ruff/compare/v0.3.6...v0.4.0) --- updated-dependencies: - dependency-name: ruff dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 7c6e8b64..4bc6783a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -50,7 +50,7 @@ all = [ "matsciml[dev,symmetry,pyg]", ] dev = [ - "ruff==0.3.6", + "ruff==0.4.0", "pre-commit", "pytest" ] From dde3005f31b1e256f5eec84f72c6d951b6278521 Mon Sep 17 00:00:00 2001 From: Kin Long Kelvin Lee Date: Fri, 19 Apr 2024 11:57:53 -0700 Subject: [PATCH 2/2] ci: matching pre-commmit ruff with pyproject Signed-off-by: Kin Long Kelvin Lee --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 16c9b29e..63a60d4a 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -7,7 +7,7 @@ repos: - id: check-yaml - id: debug-statements - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.3.6 + rev: v0.4.0 hooks: - id: ruff args: [ --fix ]