Skip to content

Commit

Permalink
fix precommit
Browse files Browse the repository at this point in the history
  • Loading branch information
ekorman committed Jul 6, 2024
1 parent 3069fbd commit fb066d4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions 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 @@ -9,7 +9,7 @@ repos:
rev: 5.12.0
hooks:
- id: isort
args: [--profile=black, --src=topoi]
args: [--profile=black, --src=affine]

- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.3.0
Expand Down
1 change: 1 addition & 0 deletions tests/test_collection.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import pytest

from affine.collection import Collection, Vector


Expand Down

0 comments on commit fb066d4

Please sign in to comment.