diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 2051126fd1..b22c166a5f 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -23,7 +23,7 @@ ci: repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v5.0.0 + rev: v6.0.0 hooks: - id: end-of-file-fixer - id: trailing-whitespace @@ -62,8 +62,8 @@ repos: # - mdformat-black # - mdformat_frontmatter - - repo: https://github.com/pre-commit/mirrors-prettier - rev: v3.1.0 + - repo: https://github.com/JoC0de/pre-commit-prettier + rev: v3.6.2 hooks: - id: prettier files: \.(json|yml|yaml|toml) @@ -71,7 +71,7 @@ repos: args: ["--print-width=140"] - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.12.2 + rev: v0.13.3 hooks: - id: ruff args: ["--fix"] @@ -79,7 +79,7 @@ repos: - id: ruff - repo: https://github.com/tox-dev/pyproject-fmt - rev: v2.6.0 + rev: v2.7.0 hooks: - id: pyproject-fmt additional_dependencies: [tox] diff --git a/pyproject.toml b/pyproject.toml index b4fc2c8cca..b39d951221 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -41,7 +41,7 @@ dependencies = [ optional-dependencies.compiler = [ # compilaton: - "lightning-thunder>=0.2.0.dev20250119; python_version>='3.10' and sys_platform=='linux'", + "lightning-thunder>=0.2.dev20250119; python_version>='3.10' and sys_platform=='linux'", ] optional-dependencies.extra = [ "bitsandbytes>=0.42,<0.43; sys_platform=='darwin'",