Skip to content

Conversation

@Mariatta
Copy link
Member

Change the documentation's Show Source link on the left menu
to GitHub source file.

Change the documentation's `Show Source` link on the left menu to GitHub source file.
@codecov
Copy link

codecovbot commented Feb 12, 2017

Codecov Report

Merging #35 into master will increase coverage by <.01%.
The diff coverage is n/a.

@@ Coverage Diff @@## master #35 +/- ## ========================================== + Coverage 82.37% 82.37% +<.01%  ========================================== Files 1427 1427 Lines 350948 350948 ========================================== + Hits 289088 289095 +7 + Misses 61860 61853 -7

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update e7ffb99...6c2f7d8. Read the comment docs.

@MariattaMariatta merged commit d4a97d8 into python:masterFeb 12, 2017
@MariattaMariatta deleted the issue-28929-default branch February 12, 2017 21:07
akruis pushed a commit to akruis/cpython that referenced this pull request Sep 9, 2017
I added some useful content: - where to look for information - minimal build instructions - contributing to Stackless The previous content was of historic interest only. (grafted from e5d03215d11e9e424da088811481ce8cda557af4)
tiran pushed a commit to tiran/cpython that referenced this pull request Aug 22, 2022
jaraco added a commit to jaraco/cpython that referenced this pull request Feb 17, 2023
* Use `extend-ignore` in flake8 config This option allows to add extra ignored rules to the default list instead of replacing it. The default exclusions are: E121, E123, E126, E226, E24, E704, W503 and W504. Fixespython#28. Refs: * https://github.com/pypa/setuptools/pull/2486/files#r541943356 * https://flake8.pycqa.org/en/latest/user/options.html#cmdoption-flake8-extend-ignore * https://flake8.pycqa.org/en/latest/user/options.html#cmdoption-flake8-ignore * Enable complexity limit. Fixesjaraco/skeleton#34. * Replace pep517.build with build (python#37) * Replace pep517.build with build Resolvespython#30 * Prefer simple usage Co-authored-by: Jason R. Coombs <jaraco@jaraco.com> * Use license_files instead of license_file in meta (python#35) Singular `license_file` is deprecated since wheel v0.32.0. Refs: * https://wheel.readthedocs.io/en/stable/news.html * https://wheel.readthedocs.io/en/stable/user_guide.html#including-license-files-in-the-generated-wheel-file Co-authored-by: Jason R. Coombs <jaraco@jaraco.com>
oraluben pushed a commit to oraluben/cpython that referenced this pull request Jun 25, 2023
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

type-featureA feature request or enhancement

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

@Mariatta@methane@the-knights-who-say-ni