Skip to content

Commit

Permalink
fix precommit config syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
a-r-j authored Nov 4, 2022
1 parent cfcf220 commit 6848056
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@ repos:
rev: v1.2.3
hooks:
- id: flake8
- repo: https://github.com/pycqa/isort
rev: 5.10.1
- repo: https://github.com/pycqa/isort
rev: v5.10.1
hooks:
- id: isort
name: isort (python)
- id: isort

0 comments on commit 6848056

Please sign in to comment.