Skip to content

Commit dc2ebe3

Browse files
asottilegaborbernat
authored andcommitted
Update seed-isort-config to 1.3.0 (#1224)
1 parent 1193c41 commit dc2ebe3

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ repos:
1111
- id: blacken-docs
1212
additional_dependencies: [black==18.9b0]
1313
language_version: python3.7
14-
- repo: https://github.com/gaborbernat/seed-isort-config
15-
rev: master
14+
- repo: https://github.com/asottile/seed-isort-config
15+
rev: v1.3.0
1616
hooks:
1717
- id: seed-isort-config
18-
args: [--application-directories, "src:tests:virtualenv_embedded:docs:bin"]
18+
args: [--application-directories, '.:src']
1919
- repo: https://github.com/pre-commit/mirrors-isort
2020
rev: v4.3.4
2121
hooks:

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ force_grid_wrap = 0
103103
line_length = 120
104104
known_standard_library = ConfigParser
105105
known_first_party = virtualenv
106-
known_third_party = __builtin__,_winreg,mock,pytest,sets,setuptools,sitecustomize,sphinx_rtd_theme,urlparse,usercustomize,winreg
106+
known_third_party = mock,pytest
107107

108108
[flake8]
109109
max-complexity = 22

0 commit comments

Comments
 (0)