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 fdb9d4b commit 01bd9e4Copy full SHA for 01bd9e4
.flake8
@@ -6,7 +6,7 @@ exclude =
6
__pycache__,
7
build,
8
dist,
9
- doc/source/conf.py
+ docs/source/conf.py
10
site_scons/* # bring it back after updating scons tools
11
max-line-length = 115
12
# Ignore some style 'errors' produced while formatting by 'black'
.gitattributes
@@ -2,5 +2,5 @@
2
/.gitignore export-ignore
3
/.travis* export-ignore
4
/conda-recipe/ export-ignore
5
-/doc export-ignore
+/docs export-ignore
gitarchive.cfg export-subst
0 commit comments