We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 743af72 commit 38fff62Copy full SHA for 38fff62
.editorconfig
@@ -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
15
+indent_size = 2
pytest.ini
@@ -5,5 +5,5 @@ doctest_optionflags=ALLOW_UNICODE ELLIPSIS
# workaround for warning pytest-dev/pytest#6178
junit_family=xunit2
filterwarnings=
- # https://github.com/pytest-dev/pytest/issues/6928
- ignore:direct construction of .*Item has been deprecated:DeprecationWarning
+ # https://github.com/pytest-dev/pytest/issues/6928
+ ignore:direct construction of .*Item has been deprecated:DeprecationWarning
0 commit comments