瀏覽代碼

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"



Loading…
取消
儲存