Skip to content

Commit 8c68fc2

Browse files
committed
📰 add .isort.cfg
1 parent af4bebf commit 8c68fc2

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

.isort.cfg

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
[settings]
2+
line_length=79
3+
# Ignore generated files
4+
skip=setup.py, moban/__init__.py
5+
known_third_party=gease, mock, nose
6+
indent=' '
7+
multi_line_output=3
8+
length_sort=1
9+
include_trailing_comma=true
10+
default_section=FIRSTPARTY
11+
no_lines_before=LOCALFOLDER
12+
sections=FUTURE,STDLIB,THIRDPARTY,FIRSTPARTY,LOCALFOLDER

moban-jinja2-github.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ current_version: "0.0.1"
88
release: "0.0.0"
99
copyright_year: 2020
1010
license: newbsd
11-
dependencies: []
11+
dependencies:
12+
- gease
1213
description: "Github specific filters, tests and globals"
1314
lint_command: make install_test lint format git-diff-check

0 commit comments

Comments
 (0)