summaryrefslogtreecommitdiff
path: root/examples/pyproject.toml
diff options
context:
space:
mode:
authorPierre Sassoulas <pierre.sassoulas@gmail.com>2022-07-17 21:50:58 +0200
committerPierre Sassoulas <pierre.sassoulas@gmail.com>2022-07-17 21:50:58 +0200
commitbfedbd36e7c1caca61ea8bdf8629f55279e239a6 (patch)
tree0dcaecbddc5972da87f2e71d6c2f50650ddbd969 /examples/pyproject.toml
parent7e63ebe2c3187c3b3d9e80e4a407de77002e89e5 (diff)
parent566ffca72a1a08c9e7ec14383c4710d64165c592 (diff)
downloadpylint-git-bfedbd36e7c1caca61ea8bdf8629f55279e239a6.tar.gz
Merge 'origin/maintenance/2.14.x' into main following 2.14.5 release
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 0339afe14..4147184a8 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