summaryrefslogtreecommitdiff
path: root/doc/whatsnew/fragments/8632.bugfix
diff options
context:
space:
mode:
authorPierre Sassoulas <pierre.sassoulas@gmail.com>2023-05-05 18:30:34 +0200
committerPierre Sassoulas <pierre.sassoulas@gmail.com>2023-05-06 17:20:29 +0200
commitfc34a4b6abe56f3ac07ca15d846b1c1955545f85 (patch)
tree89ae79e4d3550dfd68dd1ed729699767510872cc /doc/whatsnew/fragments/8632.bugfix
parent62083dc1f197712e440128620541e5c068d9ccf7 (diff)
downloadpylint-git-fc34a4b6abe56f3ac07ca15d846b1c1955545f85.tar.gz
Bump pylint to 2.17.4, update changelogv2.17.4
Co-authored-by: Jacob Walls <jacobtylerwalls@gmail.com>
Diffstat (limited to 'doc/whatsnew/fragments/8632.bugfix')
-rw-r--r--doc/whatsnew/fragments/8632.bugfix4
1 files changed, 0 insertions, 4 deletions
diff --git a/doc/whatsnew/fragments/8632.bugfix b/doc/whatsnew/fragments/8632.bugfix
deleted file mode 100644
index c6f9c01bf..000000000
--- a/doc/whatsnew/fragments/8632.bugfix
+++ /dev/null
@@ -1,4 +0,0 @@
-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