Skip to content
This repository has been archived by the owner on May 14, 2024. It is now read-only.

Commit

Permalink
[misc] Add isort to pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitry-kabanov committed Feb 29, 2024
1 parent 2e36de0 commit 1d22c3f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,13 @@ repos:
- id: cmake-format

# Python source code
- repo: https://github.com/pycqa/isort
rev: 5.13.2
hooks:
- id: isort
name: isort (python)


- repo: https://github.com/pycqa/flake8
rev: 6.1.0
hooks:
Expand Down
1 change: 1 addition & 0 deletions oif_impl/python/oif/impl/linsolve.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import abc

import numpy as np


Expand Down

0 comments on commit 1d22c3f

Please sign in to comment.