Skip to content

Commit

Permalink
Update hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
Tes3awy committed Jul 29, 2021
1 parent be3acbb commit 6188a39
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 @@ -9,12 +9,12 @@ repos:
- id: check-case-conflict
- id: check-docstring-first
- repo: https://github.com/pycqa/isort
rev: 5.9.2
rev: 5.9.3
hooks:
- id: isort
args: ["--profile", "black"]
name: isort (python)
- repo: https://github.com/asottile/pyupgrade
rev: v2.21.2
rev: v2.23.1
hooks:
- id: pyupgrade

0 comments on commit 6188a39

Please sign in to comment.