Skip to content

Commit

Permalink
feat: Updated Ruff to the latest version and fixed lint failure (#2…
Browse files Browse the repository at this point in the history
  • Loading branch information
Sai-Suraj-27 authored Mar 1, 2024
1 parent d8645a9 commit 15f0ef3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ repos:
- id: check-toml
- id: end-of-file-fixer
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.2.2
rev: v0.3.0
hooks:
# Run the linter.
- id: ruff
Expand Down
2 changes: 1 addition & 1 deletion ivy/functional/ivy/meta.py
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,7 @@ def _train_tasks_batched(
--------
>>> # Example usage here
>>> pass
"""
""" # noqa: E501 (Line too long)
inner_batch = batch
outer_batch = batch
if inner_batch_fn is not None:
Expand Down

0 comments on commit 15f0ef3

Please sign in to comment.