Skip to content

Commit

Permalink
upgade isort to 5.11.5
Browse files Browse the repository at this point in the history
  • Loading branch information
davidsmejia committed Oct 27, 2023
1 parent d0b17b9 commit 6aaad4b
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/pre-commit/mirrors-isort
rev: v4.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 6aaad4b

Please sign in to comment.