From 6f60985ab563c3657da8d44ba391128b40c9ea24 Mon Sep 17 00:00:00 2001 From: Anthony Sottile Date: Sat, 15 Jun 2024 17:28:03 -0400 Subject: [PATCH] Release 2.12.0 --- CHANGES.txt | 9 +++++++++ pycodestyle.py | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGES.txt b/CHANGES.txt index 55c000aa..6e8f9f67 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,6 +1,15 @@ Changelog ========= +2.12.0 (2024-06-15) +------------------- + +Changes: + +* E721: Fix false positive of the form `x.type(...) ==`. PR #1228. +* E502: Fix false-negative with a backslash escape in a comment. PR #1234. +* E204: New lint forbidding whitespace after decorator `@`. PR #1247. + 2.11.1 (2023-10-12) ------------------- diff --git a/pycodestyle.py b/pycodestyle.py index 139ae2ba..19f88c2a 100755 --- a/pycodestyle.py +++ b/pycodestyle.py @@ -68,7 +68,7 @@ ): # pragma: no cover (