Procházet zdrojové kódy

Experiment with DeepSource

tags/v0.6
Ben Kurtovic před 4 roky
rodič
revize
83b58655ea
3 změnil soubory, kde provedl 15 přidání a 2 odebrání
  1. +13
    -0
      .deepsource.toml
  2. +1
    -1
      README.rst
  3. +1
    -1
      docs/integration.rst

+ 13
- 0
.deepsource.toml Zobrazit soubor

@@ -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 Zobrazit soubor

@@ -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 Zobrazit soubor

@@ -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"



Načítá se…
Zrušit
Uložit