summaryrefslogtreecommitdiff
path: root/examples/pyproject.toml
diff options
context:
space:
mode:
authorPierre Sassoulas <pierre.sassoulas@gmail.com>2022-07-17 21:15:29 +0200
committerPierre Sassoulas <pierre.sassoulas@gmail.com>2022-07-17 21:44:17 +0200
commit566ffca72a1a08c9e7ec14383c4710d64165c592 (patch)
treeb92f3c377488819570241b0da415f7659b7f3288 /examples/pyproject.toml
parent1b82319ce5faa8c6f9e7172cc724f16e33d5f17c (diff)
downloadpylint-git-566ffca72a1a08c9e7ec14383c4710d64165c592.tar.gz
Bump pylint to 2.14.5, update changelogv2.14.5
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