Skip to content

Commit

Permalink
update isort version
Browse files Browse the repository at this point in the history
  • Loading branch information
jsanjak committed Jul 20, 2023
1 parent b7e236a commit 1ca04d7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,16 @@ repos:
rev: 20.8b1
hooks:
- id: black
- repo: https://gitlab.com/PyCQA/flake8.git
- repo: https://github.com/PyCQA/flake8.git
rev: 3.9.2
hooks:
- id: flake8
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v0.812
hooks:
- id: mypy
- repo: https://github.com/timothycrosley/isort
rev: 5.8.0
- repo: https://github.com/pycqa/isort
rev: 5.12.0
hooks:
- id: isort
- repo: https://github.com/snakemake/snakefmt
Expand Down

0 comments on commit 1ca04d7

Please sign in to comment.