Skip to content

Commit 9ee5263

Browse files
Upgrade to examples/pyproject.toml
1 parent ffdaa93 commit 9ee5263

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

examples/pyproject.toml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ persistent = true
7070

7171
# Minimum Python version to use for version dependent checks. Will default to the
7272
# version used to run pylint.
73-
py-version = [3, 8]
73+
py-version = "3.8"
7474

7575
# Discover python modules and packages in the file system subtree.
7676
# recursive =
@@ -220,8 +220,6 @@ valid-classmethod-first-arg = ["cls"]
220220
# List of valid names for the first argument in a metaclass class method.
221221
valid-metaclass-classmethod-first-arg = ["cls"]
222222

223-
[tool.pylint.commands]
224-
225223
[tool.pylint.design]
226224
# List of regular expressions of class ancestor names to ignore when counting
227225
# public methods (see R0903)
@@ -454,8 +452,6 @@ contextmanager-decorators = ["contextlib.contextmanager"]
454452

455453
# Tells whether missing members accessed in mixin class should be ignored. A
456454
# class is considered mixin if its name matches the mixin-class-rgx option.
457-
ignore-mixin-members = true
458-
459455
# Tells whether to warn about missing members when the owner of the attribute is
460456
# inferred to be None.
461457
ignore-none = true
@@ -523,5 +519,3 @@ ignored-argument-names = "_.*|^ignored_|^unused_"
523519
# List of qualified module names which can have objects that can redefine
524520
# builtins.
525521
redefining-builtins-modules = ["six.moves", "past.builtins", "future.builtins", "builtins", "io"]
526-
527-
[tool.pylint."optional arguments"]

0 commit comments

Comments
 (0)