Skip to content

Commit

Permalink
* make isort consistent with local env
Browse files Browse the repository at this point in the history
  • Loading branch information
HYLcool committed Nov 13, 2023
1 parent 9b6bc06 commit 4ede5a0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ repos:
hooks:
- id: flake8
- repo: https://github.com/PyCQA/isort.git
rev: 4.3.21
rev: 5.12.0
hooks:
- id: isort
- repo: https://github.com/pre-commit/mirrors-yapf
Expand Down
3 changes: 0 additions & 3 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
[flake8]
per-file-ignores =
*/__init__.py: F401

[isort]
known_first_party=data_juicer

0 comments on commit 4ede5a0

Please sign in to comment.