Skip to content

Commit

Permalink
update isort
Browse files Browse the repository at this point in the history
  • Loading branch information
davidsmejia committed Oct 27, 2023
1 parent 520ea58 commit 60f9205
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,11 @@ repos:
# - id: check-docstring-first # We can enable this rule once models.py is simplified
- id: check-yaml

- repo: https://github.com/PyCQA/isort
rev: 4.3.21
- repo: https://github.com/pycqa/isort
rev: 5.11.5
hooks:
- id: isort
name: isort (python)

- repo: https://github.com/psf/black
rev: 22.3.0
Expand Down

0 comments on commit 60f9205

Please sign in to comment.