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 ] diff --git a/pyproject.toml b/pyproject.toml index a1de7d18..3f65f074 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -51,7 +51,7 @@ all = [ "matsciml[dev,symmetry,pyg]", ] dev = [ - "ruff==0.3.6", + "ruff==0.4.0", "pre-commit", "pytest" ]