File tree Expand file tree Collapse file tree 3 files changed +4
-8
lines changed Expand file tree Collapse file tree 3 files changed +4
-8
lines changed Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ codecov = "^2.0"
6666mypy = " ^0.770"
6767mkdocs = " ^1.0"
6868mkdocs-material = " ^4.1"
69- isort = " ^4.3.21 "
69+ isort = " ^5.7.0 "
7070freezegun = " ^0.3.15"
7171pydocstyle = " ^5.0.2"
7272pre-commit = " ^2.6.0"
@@ -76,11 +76,7 @@ cz = "commitizen.cli:main"
7676git-cz = " commitizen.cli:main"
7777
7878[tool .isort ]
79- multi_line_output = 3
80- include_trailing_comma = true
81- force_grid_wrap = 0
82- combine_as_imports = true
83- line_length = 88
79+ profile = " black"
8480known_first_party = [" commitizen" , " tests" ]
8581
8682[tool .coverage ]
Original file line number Diff line number Diff line change 77
88set -x
99
10- ${PREFIX} isort --recursive --apply commitizen tests
10+ ${PREFIX} isort commitizen tests
1111${PREFIX} black commitizen tests
Original file line number Diff line number Diff line change 77
88${PREFIX} pytest --cov-report term-missing --cov-report=xml:coverage.xml --cov=commitizen tests/
99${PREFIX} black commitizen tests --check
10- ${PREFIX} isort --recursive -- check-only commitizen tests
10+ ${PREFIX} isort --check-only commitizen tests
1111${PREFIX} flake8 commitizen/ tests/
1212${PREFIX} mypy commitizen/ tests/
1313${PREFIX} pydocstyle --convention=google --add-ignore=D1,D415
You can’t perform that action at this time.
0 commit comments