summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPierre Sassoulas <pierre.sassoulas@gmail.com>2023-05-05 16:41:38 +0200
committerPierre Sassoulas <pierre.sassoulas@gmail.com>2023-05-05 16:41:38 +0200
commit62083dc1f197712e440128620541e5c068d9ccf7 (patch)
tree605389c72e9c82f56c895ae304032ea9855eb7a9
parentfd60b7284a78e3fe371dd90566f0cc316deaf4c4 (diff)
downloadpylint-git-62083dc1f197712e440128620541e5c068d9ccf7.tar.gz
[changelog] Add a changelog entry for #8632
-rw-r--r--doc/whatsnew/fragments/8632.bugfix4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/whatsnew/fragments/8632.bugfix b/doc/whatsnew/fragments/8632.bugfix
new file mode 100644
index 000000000..c6f9c01bf
--- /dev/null
+++ b/doc/whatsnew/fragments/8632.bugfix
@@ -0,0 +1,4 @@
+Fixed a crash when generating a configuration file: ``tomlkit.exceptions.TOMLKitError: Can't add a table to a dotted key``
+caused by tomlkit ``v0.11.8``.
+
+Closes #8632