Skip to content
This repository was archived by the owner on Apr 22, 2023. It is now read-only.

Commit df139a4

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 4401a05 commit df139a4

File tree

2 files changed

+1
-12
lines changed

2 files changed

+1
-12
lines changed

mkdocstrings_sourcelink/test/test_mkdocstrings_sourcelink.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@
4040

4141

4242
def test_basic_1():
43-
4443
MkDocGenerator(
4544
_dir,
4645
pages,
@@ -50,7 +49,6 @@ def test_basic_1():
5049

5150

5251
def test_basic_2():
53-
5452
MkDocGenerator(
5553
_dir,
5654
pages,
@@ -61,7 +59,6 @@ def test_basic_2():
6159

6260

6361
def test_dict_url():
64-
6562
MkDocGenerator(
6663
_dir,
6764
pages,
@@ -73,7 +70,6 @@ def test_dict_url():
7370

7471

7572
def test_markdown():
76-
7773
MkDocGenerator(
7874
_dir,
7975
pages,
@@ -84,7 +80,6 @@ def test_markdown():
8480

8581

8682
def test_tmp():
87-
8883
MkDocGenerator(
8984
_dir,
9085
pages,
@@ -95,7 +90,6 @@ def test_tmp():
9590

9691

9792
def test_example():
98-
9993
MkDocGenerator(
10094
_dir,
10195
pages,

setup.cfg

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,9 @@ classifiers =
1010
License :: OSI Approved :: Apache Software License
1111
Programming Language :: Python :: 3
1212
Programming Language :: Python :: 3 :: Only
13-
Programming Language :: Python :: 3.6
14-
Programming Language :: Python :: 3.7
15-
Programming Language :: Python :: 3.8
16-
Programming Language :: Python :: 3.9
17-
Programming Language :: Python :: 3.10
1813

1914
[options]
20-
python_requires = >=3.6
15+
python_requires = >=3.7
2116

2217
[tool.isort]
2318
multi_line_output = 3

0 commit comments

Comments
 (0)