diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 26001cd0f..fb78d4b86 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -21,7 +21,7 @@ repos: args: ['--branch', 'main'] - id: trailing-whitespace - repo: https://github.com/charliermarsh/ruff-pre-commit - rev: 'v0.4.10' + rev: 'v0.5.0' hooks: - id: ruff args: diff --git a/pyproject.toml b/pyproject.toml index b008932fd..01fc2322d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -56,7 +56,7 @@ training = [ "codecarbon>=2.0.0,<3.0.0", ] quality = [ - "ruff==0.4.10", + "ruff==0.5.0", "mypy==1.10.0", "types-tqdm", "pre-commit>=3.0.0,<4.0.0", @@ -83,7 +83,7 @@ dev = [ "pytest-pretty>=1.0.0,<2.0.0", "onnx>=1.13.0,<2.0.0", # style - "ruff==0.4.10", + "ruff==0.5.0", "mypy==1.10.0", "types-tqdm", "pre-commit>=3.0.0,<4.0.0",