Skip to content

Commit

Permalink
MAINT: Update isort config (#1408)
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinThoma authored Oct 28, 2022
1 parent abe0199 commit b49034e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 4 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,12 @@ repos:
# rev: v0.942
# hooks:
# - id: mypy
- repo: https://github.com/pre-commit/mirrors-isort
rev: v5.10.1
- repo: https://github.com/pycqa/isort
rev: 5.10.1
hooks:
- id: isort
name: isort (python)
additional_dependencies: [toml]
- repo: https://github.com/psf/black
rev: 22.6.0
hooks:
Expand Down
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ norecursedirs = ["tests/pdf_cache"]
line_length = 79
indent = ' '
multi_line_output = 3
length_sort = 0
include_trailing_comma = true
known_third_party = ["pytest", "setuptools"]

Expand Down

0 comments on commit b49034e

Please sign in to comment.