14
0

- update to 2.12.0:

* E721: Fix false positive of the form `x.type(...) ==`.
 * E502: Fix false-negative with a backslash escape in a comment.
 * E204: New lint forbidding whitespace after decorator `@`.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pycodestyle?expand=0&rev=39
This commit is contained in:
2024-06-17 06:31:24 +00:00
committed by Git OBS Bridge
parent 1e5acdb11c
commit e08d3fa7b4
4 changed files with 19 additions and 9 deletions

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Mon Jun 17 06:30:52 UTC 2024 - Dirk Müller <dmueller@suse.com>
- update to 2.12.0:
* E721: Fix false positive of the form `x.type(...) ==`.
* E502: Fix false-negative with a backslash escape in a comment.
* E204: New lint forbidding whitespace after decorator `@`.
-------------------------------------------------------------------
Mon Nov 27 15:56:39 UTC 2023 - Dirk Müller <dmueller@suse.com>