9bf4ace2c5
- update to 0.15.1: * N808 now allows type variable names to start with an underscore. * Add support for Python 3.13. * Drop support for Python 3.8. * N808 checks type variable names use the CapWords convention and have an appropriate suffix.
Dirk Mueller2025-12-28 20:42:19 +00:00
4fb43aea20
Accepting request 1178618 from devel:languages:python
Ana Guerrero2024-06-05 15:42:22 +00:00
f73fa1eb1d
- update to 0.14.1: * Require Python 3.8 or later. * Drop support for Python 3.7. * Add support for Python 3.12. * Ignore methods decorated by @typing.override. * Perform case-sensitive ignore-names globbing on all platforms. * asyncSetUp and asyncTearDown are now exempted by default. - Do not require setuptools in setup.py. It works around an
Dirk Mueller2024-06-04 20:46:47 +00:00
b22b6a9f30
- update to 0.13.2: * Formally require Python 3.7 or later using `python_requires. * Fix warnings related to deprecated options syntax. * setUpModule and tearDownModule` are now exempted by default. - drop add-missing-option-for-testsuite.patch (obsolete)
Dirk Mueller2022-09-19 08:21:09 +00:00
236125a323
- Update to 0.12.1: * Fix potential stack exhaustion in the N818 check. * flake8 3.9.1 or later is now required. * N818 checks exception class names for an "Error" suffix * asyncSetUp and asyncTearDown are now exempted by default. - Remove pep8-naming-pr157-exception-names.patch, merged. - Add patch add-missing-option-for-testsuite.patch: * Merged commit from upstream to make tests pass.
Steve Kowalik2022-02-07 04:05:24 +00:00
755f99f40c
- Update to 0.8.2: * Fix a problem with ignore-names option initialization. * ignore-names now also applies to the N806, N815, and N816 checks. * failureException, longMessage, and maxDiff have been added to the default ignore-names list. * Allow lowercase names to be imported as just _. * Allow function arguments to be named just _. * Support Python 2's tuple syntax in except clauses.
Tomáš Chvátal
2019-02-28 09:14:52 +00:00
d5e75f247d
Accepting request 670749 from devel:languages:python
Stephan Kulow
2019-02-02 21:24:46 +00:00
eff064b3ac
Accepting request 670735 from home:apersaud:branches:devel:languages:python
Tomáš Chvátal
2019-02-02 18:39:49 +00:00