2024-04-20 14:06:35 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Sat Apr 20 14:06:23 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
|
|
|
|
|
|
|
|
|
- update to 2.5.0:
|
|
|
|
|
* Support detecting a shadowing folder as module name (as part
|
|
|
|
|
of A005). [asfaltboy]
|
|
|
|
|
* Add rule for lambda argument shadowing (A006). [cielavenir]
|
|
|
|
|
* Add rule for builtin module name shadowing (A005).
|
|
|
|
|
[asfaltboy]
|
|
|
|
|
|
2023-12-27 10:19:43 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Wed Dec 27 10:19:04 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
|
|
|
|
|
|
|
|
|
- update to 2.2.0:
|
|
|
|
|
* Drop python 3.7 support.
|
|
|
|
|
* Test pre-release of python 3.12.
|
|
|
|
|
* Use `pyproject.toml` rather than `setup.py`.
|
|
|
|
|
* Switch from `setuptools` to `hatchling`.
|
|
|
|
|
* Add rule for import shadowing (`A004`).
|
|
|
|
|
* Switch to `main` branch.
|
|
|
|
|
|
2023-01-02 16:40:23 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Mon Jan 2 16:38:17 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
|
|
|
|
|
|
|
|
|
- update to 2.1.0:
|
|
|
|
|
* Honor `--builtins` option from flake8
|
|
|
|
|
|
2022-12-15 21:12:09 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Thu Dec 15 21:10:42 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
|
|
|
|
|
|
|
|
|
- update to 2.0.1:
|
|
|
|
|
* Add official support for python 3.10 and 3.11. [gforcada] [michael-k]
|
|
|
|
|
* Update options handling. [gforcada]
|
|
|
|
|
* Mark support for python 3.9. [lovetoburnswhen]
|
|
|
|
|
* Drop python 2.7 and 3.6. [gforcada]
|
|
|
|
|
* Overhaul GitHub actions to test on actual supported python versions.
|
|
|
|
|
* New flake8 option `--builtins-ignorelist` to specify a list of builtins
|
|
|
|
|
to ignore. [gsingh93]
|
|
|
|
|
|
2020-09-17 11:10:48 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Thu Sep 17 11:10:13 UTC 2020 - Dirk Mueller <dmueller@suse.com>
|
|
|
|
|
|
|
|
|
|
- update to 1.5.3:
|
|
|
|
|
- Change messages to have shorter text
|
|
|
|
|
|
2020-04-16 11:08:37 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Thu Apr 16 10:50:24 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>
|
|
|
|
|
|
|
|
|
|
- Update to 1.5.2:
|
|
|
|
|
* Add python3.8 support. [sobolevn]
|
|
|
|
|
* Add AnnAssign support. [soboelvn]
|
|
|
|
|
* Add NamedExpr or := support. [sobolevn]
|
|
|
|
|
* Adds kwonly and posonly args support. [sobolevn]
|
|
|
|
|
* Add DictComp, SetComp, and GeneratorExpr support. [sobolevn]
|
|
|
|
|
|
2019-08-25 05:20:26 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Sat Aug 24 16:29:42 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
|
|
|
|
|
|
|
|
|
|
- Use proper full sentences in descriptions.
|
|
|
|
|
|
2019-07-17 07:42:44 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Mon Jul 15 18:13:13 UTC 2019 - Andreas Färber <afaerber@suse.de>
|
|
|
|
|
|
|
|
|
|
- Initial (v1.4.1)
|