Skip to content

Commit

Permalink
Merge pull request #9 from sb-ai-lab/pre-commit-isort-patch
Browse files Browse the repository at this point in the history
Update .pre-commit-config.yaml
  • Loading branch information
dev-rinchin committed Jul 17, 2023
2 parents 29e7bf9 + 5a00676 commit 3a7a7e0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,10 @@ repos:
args: [--line-length=120]

- repo: https://github.com/PyCQA/isort
rev: 5.7.0
rev: 5.12.0
hooks:
- id: isort
args: ["--settings-path pyproject.toml"]

- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v3.4.0
Expand Down

0 comments on commit 3a7a7e0

Please sign in to comment.