Skip to content

Commit

Permalink
fix: pre-commit hook raising false alarm (#2005)
Browse files Browse the repository at this point in the history
  • Loading branch information
kyujin-cho committed Apr 7, 2024
1 parent 55698b2 commit 95fb605
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ ignore = ["E203","E731","E501"]
[tool.ruff.isort]
known-first-party = ["ai.backend"]
known-local-folder = ["src"]
known-third-party = ["alembic", "redis"]
split-on-trailing-comma = true

[tool.ruff.per-file-ignores]
Expand Down

0 comments on commit 95fb605

Please sign in to comment.