Skip to content

Commit

Permalink
Update .pre-commit-config.yaml
Browse files Browse the repository at this point in the history
Update isort version and repo
  • Loading branch information
lee1043 authored Oct 25, 2023
1 parent 43c2808 commit 596c069
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ repos:
# Python code formatters
# =======================
- repo: https://github.com/psf/black
rev: 23.1.0
rev: 23.3.0
hooks:
- id: black

- repo: https://github.com/PyCQA/isort
- repo: https://github.com/timothycrosley/isort
rev: 5.12.0
hooks:
- id: isort
Expand Down

0 comments on commit 596c069

Please sign in to comment.