Skip to content

Commit

Permalink
Update isort pre-commit due to issues: see PyCQA/isort#1874
Browse files Browse the repository at this point in the history
  • Loading branch information
tomaarsen committed Dec 28, 2021
1 parent c8a198d commit 9f4de18
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions .pre-commit-config.yaml
Expand Up @@ -15,7 +15,15 @@ repos:
rev: 21.7b0
hooks:
- id: black
- repo: https://github.com/pycqa/isort
rev: 5.9.3
- repo: local
hooks:
- id: isort
name: isort
entry: isort
require_serial: true
language: python
language_version: python3
types_or: [cython, pyi, python]
args: ['--filter-files']
minimum_pre_commit_version: '2.9.2'
additional_dependencies: ['isort==5.10.1']

0 comments on commit 9f4de18

Please sign in to comment.