Skip to content

Commit

Permalink
Update configuration for Black and iSort.
Browse files Browse the repository at this point in the history
  • Loading branch information
tantale committed Dec 18, 2020
1 parent 6b49f5a commit 1d1d7f0
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ Other

- Replace ``bumpversion`` by `bump2version <https://pypi.org/project/bump2version/>`_ in ``setup.py`` and documentation.

- Update configuration for Black and iSort.


v1.2.10 (2020-05-13)
Expand Down
2 changes: 1 addition & 1 deletion deprecated/classic.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"""
import functools
import inspect
import warnings
import platform
import warnings

import wrapt

Expand Down
4 changes: 4 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,7 @@ line-length = 120
skip-string-normalization = true
target-version = ['py27', 'py34', 'py35', 'py36', 'py37', 'py38']
include = '\.pyi?$'

[tool.isort]
line_length = 120
force_single_line = true

0 comments on commit 1d1d7f0

Please sign in to comment.