소스 검색

Experiment with DeepSource

tags/v0.6
Ben Kurtovic 4 년 전
부모
커밋
83b58655ea
3개의 변경된 파일15개의 추가작업 그리고 2개의 파일을 삭제
  1. +13
    -0
      .deepsource.toml
  2. +1
    -1
      README.rst
  3. +1
    -1
      docs/integration.rst

+ 13
- 0
.deepsource.toml 파일 보기

@@ -0,0 +1,13 @@
version = 1

test_patterns = [
'/tests/*'
]

exclude_patterns = [
]

[[analyzers]]
name = 'python'
enabled = true
runtime_version = '3.x.x'

+ 1
- 1
README.rst 파일 보기

@@ -182,8 +182,8 @@ Python 3 code (using the API_ and the requests_ library):

.. code-block:: python

import requests
import mwparserfromhell
import requests

API_URL = "https://en.wikipedia.org/w/api.php"



+ 1
- 1
docs/integration.rst 파일 보기

@@ -21,8 +21,8 @@ If you're using Pywikibot_, your code might look like this:
If you're not using a library, you can parse any page with the following
Python 3 code (using the API_ and the requests_ library):

import requests
import mwparserfromhell
import requests

API_URL = "https://en.wikipedia.org/w/api.php"



불러오는 중...
취소
저장