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 5f3fada commit 09e4237Copy full SHA for 09e4237
.gitignore
@@ -46,6 +46,7 @@ coverage_html_report
46
*.so
47
.build_cache_dir
48
MANIFEST
49
+__pycache__
50
51
# Python files #
52
################
.stickler.yml
@@ -2,5 +2,9 @@ linters:
2
flake8:
3
max-line-length: 79
4
fixer: true
5
+ ignore:
6
+files:
7
8
+ - doc/**/*.py
9
fixers:
10
enable: true
scripts/merge-py.py
0 commit comments