From 27760348bc10b4ede48c5600d8a1b5ab5862bf49 Mon Sep 17 00:00:00 2001 From: Timothy Crosley Date: Mon, 12 Jul 2021 00:08:09 -0700 Subject: [PATCH] Added changelog entry for Fixed #1779: Pylama integration ignores pylama specific isort config overrides. --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e54d75e24..bbaeb04dc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,7 @@ Find out more about isort's release policy [here](https://pycqa.github.io/isort/ ### 5.9.3 TBD - Improved text of skipped file message to mention gitignore feature. + - Fixed #1779: Pylama integration ignores pylama specific isort config overrides. ### 5.9.2 July 8th 2021 - Improved behavior of `isort --check --atomic` against Cython files.