We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8be2776 commit 8f17000Copy full SHA for 8f17000
.editorconfig
@@ -13,5 +13,5 @@ end_of_line = lf
13
[Makefile]
14
indent_style = tab
15
16
-[*.{yaml,yml}]
+[*.{json,yaml,yml}]
17
indent_size = 2
MANIFEST.in
@@ -1,2 +1,4 @@
1
include LICENSE.txt
2
include README.rst
3
+global-exclude __pycache__
4
+global-exclude *.py[co]
setup.cfg
@@ -7,3 +7,5 @@ max-line-length = 120
7
omit =
8
setup.py
9
*/tests/*
10
+ .eggs/*
11
+ .tox/*
0 commit comments