Skip to content

Commit 2493860

Browse files
committed
workaround ConfigParser bug
1 parent afc7ce4 commit 2493860

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ repos:
1111
- id: blacken-docs
1212
additional_dependencies: [black==18.9b0]
1313
language_version: python3.7
14-
- repo: https://github.com/asottile/seed-isort-config
15-
rev: v1.2.0
14+
- repo: https://github.com/gaborbernat/seed-isort-config
15+
rev: master
1616
hooks:
1717
- id: seed-isort-config
1818
args: [--application-directories, "src:tests:virtualenv_embedded"]

tox.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,7 @@ multi_line_output = 3
105105
include_trailing_comma = True
106106
force_grid_wrap = 0
107107
line_length = 120
108+
known_standard_library = ConfigParser
108109
known_first_party = virtualenv
109110
known_third_party = __builtin__,_winreg,mock,pytest,sets,setuptools,sitecustomize,sphinx_rtd_theme,urlparse,usercustomize,winreg
110111

0 commit comments

Comments
 (0)