Skip to content

Commit 38fff62

Browse files
KOLANICHjaraco
authored andcommitted
Added an .editorconfig. Pull request jaraco/skeleton#43.
1 parent 743af72 commit 38fff62

File tree

2 files changed

+17
-2
lines changed

2 files changed

+17
-2
lines changed

.editorconfig

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
root = true
2+
3+
[*]
4+
charset = utf-8
5+
indent_style = tab
6+
indent_size = 4
7+
insert_final_newline = true
8+
end_of_line = lf
9+
10+
[*.py]
11+
indent_style = space
12+
13+
[*.{yml,yaml}]
14+
indent_style = space
15+
indent_size = 2

pytest.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ doctest_optionflags=ALLOW_UNICODE ELLIPSIS
55
# workaround for warning pytest-dev/pytest#6178
66
junit_family=xunit2
77
filterwarnings=
8-
# https://github.com/pytest-dev/pytest/issues/6928
9-
ignore:direct construction of .*Item has been deprecated:DeprecationWarning
8+
# https://github.com/pytest-dev/pytest/issues/6928
9+
ignore:direct construction of .*Item has been deprecated:DeprecationWarning

0 commit comments

Comments
 (0)