We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 956dfc9 commit 71848d7Copy full SHA for 71848d7
pyproject.toml
@@ -5,8 +5,12 @@ build-backend = "setuptools.build_meta"
5
[project]
6
name = "pylint-pytest"
7
version = "1.1.2"
8
-authors = [
9
- {name = "Reverb Chu", email = "pylint-pytest@reverbc.tw"}
+authors = [
+ {name = "Reverb Chu", email = "pylint-pytest@reverbc.tw"},
10
+]
11
+maintainers = [
12
+ {name = "Stavros Ntentos", email = "133706+stdedos@users.noreply.github.com"},
13
+ {name = "Pierre Sassoulas", email = "pierre.sassoulas@gmail.com"},
14
]
15
description = "A Pylint plugin to suppress pytest-related false positives."
16
readme = "README.md"
0 commit comments