summaryrefslogtreecommitdiff
path: root/examples/pyproject.toml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/pyproject.toml')
-rw-r--r--examples/pyproject.toml6
1 files changed, 3 insertions, 3 deletions
diff --git a/examples/pyproject.toml b/examples/pyproject.toml
index 5e19f11c6..6c4e0755d 100644
--- a/examples/pyproject.toml
+++ b/examples/pyproject.toml
@@ -71,7 +71,7 @@ persistent = true
# Minimum Python version to use for version dependent checks. Will default to the
# version used to run pylint.
-py-version = "3.8"
+py-version = "3.10"
# Discover python modules and packages in the file system subtree.
# recursive =
@@ -412,8 +412,8 @@ min-similarity-lines = 4
# Limits count of emitted suggestions for spelling mistakes.
max-spelling-suggestions = 4
-# Spelling dictionary name. Available dictionaries: en_GB (aspell), en_US
-# (hunspell), en_AU (aspell), en (aspell), en_CA (aspell).
+# Spelling dictionary name. Available dictionaries: en (aspell), en_AU (aspell),
+# en_CA (aspell), en_GB (aspell), en_US (aspell).
# spelling-dict =
# List of comma separated words that should be considered directives if they