Skip to content

Commit

Permalink
🫥 [Linter fix] Remove absolute-imports since it is superseded by ruff…
Browse files Browse the repository at this point in the history
… TID252 (#1278)

## Describe your changes

## Checklist before requesting a review
- [ ] Add unit tests for this change.
- [ ] Make sure all tests can pass.
- [ ] Update documents if necessary.
- [ ] Lint and apply fixes to your code by running `lintrunner -a`
- [ ] Is this a user-facing change? If yes, give a description of this
change to be included in the release notes.
- [ ] Is this PR including examples changes? If yes, please remember to
update [example
documentation](https://github.com/microsoft/Olive/blob/main/docs/source/examples.md)
in a follow-up PR.

## (Optional) Issue link
  • Loading branch information
trajepl authored Aug 6, 2024
1 parent ab2b248 commit 2c8abec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ repos:
rev: v0.3.1
hooks:
- id: absolufy-imports
exclude: examples/directml/llm/chat_app/
exclude: examples/
- repo: https://github.com/astral-sh/ruff-pre-commit
# Ruff version.
rev: v0.4.5
Expand Down

0 comments on commit 2c8abec

Please sign in to comment.