1e8a64b344
- update to 7.3.0: * pycodestyle has been updated to >= 2.4.0, < 2.5.0 * Pyflakes has been updated to >= 2.0.0, < 2.1.0 * Add `paths to allow local plugins to exist outside of sys.path (See also :issue:1067, :issue:1237) * Copy setup.cfg files to the temporary git hook execution directory (See also :issue:1299) * Only skip a file if # flake8: noqa is on a line by itself * Provide a better user experience for broken plugins * Report E902 when a file passed on the command line does not exist (See also :issue:645, :issue:878) * Add --extend-ignore for extending the default ignore instead of overriding it (See also :issue:1061, :issue:1180) * Respect a formatter's newline setting when printing * Fix leaking of processes in the legacy api * Fix a SyntaxWarning for an invalid escape sequence * Fix DeprecationWarning due to import of abc classes * Defer setuptools import to improve flake8 startup time * Fix inconsistent line endings in FileProcessor.lines` when running under python 3.x
Dirk Mueller2025-07-13 12:35:04 +00:00
d5bd29c063
Accepting request 1291284 from devel:languages:python
Ana Guerrero2025-07-09 15:26:15 +00:00
819b65e6d6
Accepting request 1269469 from devel:languages:python
Ana Guerrero2025-05-20 07:30:56 +00:00
d072610c3a
- update to 7.2.0: * pycodestyle has been updated to >= 2.13.0, < 2.14.0 * pyflakes has been updated to >= 3.3.0, < 3.4.0 * Require python >= 3.9 (See also :pull:1973).
Dirk Mueller2025-04-15 07:55:11 +00:00
235362ee82
- update to 7.2.0: * pycodestyle has been updated to >= 2.13.0, < 2.14.0 * pyflakes has been updated to >= 3.3.0, < 3.4.0 * Require python >= 3.9 (See also :pull:1973).
Dirk Mueller2025-04-15 07:55:11 +00:00
73bc3f8e5b
Accepting request 1195178 from devel:languages:python
Ana Guerrero2024-08-22 16:10:35 +00:00
09de09b866
Accepting request 1195178 from devel:languages:python
Ana Guerrero2024-08-22 16:10:35 +00:00
2ab6a6d92b
- update to 7.1.1: * Properly preserve escaped { and } in fstrings in logical lines in 3.12+.
Dirk Mueller2024-08-21 17:52:56 +00:00
3f6ca9ef6c
- update to 7.1.1: * Properly preserve escaped { and } in fstrings in logical lines in 3.12+.
Dirk Mueller2024-08-21 17:52:56 +00:00
2c122f9640
Accepting request 1181242 from devel:languages:python
Ana Guerrero2024-06-17 17:27:37 +00:00
eb4ca0b2d9
Accepting request 1181242 from devel:languages:python
Ana Guerrero2024-06-17 17:27:37 +00:00
3a53140c7b
- Update to 6.1.0: * Pyflakes has been updated to >= 3.1.0, < 3.2.0 (See also #1847). * pycodestyle has been updated to >= 2.11.0, < 2.12.0 (See also #1848). * Deprecate --include-in-doctest, --exclude-from-doctest (See also #1747, #1768). * Add support for python 3.12 (See also #1832, #1849, #1850). - Switch to pyproject macros.
Steve Kowalik2023-08-08 06:21:59 +00:00
7655d06033
- Update to 6.1.0: * Pyflakes has been updated to >= 3.1.0, < 3.2.0 (See also #1847). * pycodestyle has been updated to >= 2.11.0, < 2.12.0 (See also #1848). * Deprecate --include-in-doctest, --exclude-from-doctest (See also #1747, #1768). * Add support for python 3.12 (See also #1832, #1849, #1850). - Switch to pyproject macros.
Steve Kowalik2023-08-08 06:21:59 +00:00
6fd226b04f
- update to 5.0.4: * Remove `indent_size_str (See also :pull:1411). * Remove some dead code (See also :pull:1453, :pull:1540, :pull:1541). * Missing explicitly-specified configuration is now an error (See also :issue:1497, :pull:1498). * Always read configuration files as UTF-8 (See also :issue:1532, :pull:1533). * Remove manpage from docs -- use help2man or related tools instead (See also :pull:1557). * Forbid invalid plugin codes (See also :issue:325, :pull:1579`). * lots of bugfixes, see included changelog - drop fix-mock-patch-with-python3.4.patch fix-recent-flake8-stdoutWriteHook-change.patch (obsolete/upstream)
Dirk Mueller2022-08-18 09:01:17 +00:00
4c8f570ea9
- update to 5.0.4: * Remove `indent_size_str (See also :pull:1411). * Remove some dead code (See also :pull:1453, :pull:1540, :pull:1541). * Missing explicitly-specified configuration is now an error (See also :issue:1497, :pull:1498). * Always read configuration files as UTF-8 (See also :issue:1532, :pull:1533). * Remove manpage from docs -- use help2man or related tools instead (See also :pull:1557). * Forbid invalid plugin codes (See also :issue:325, :pull:1579`). * lots of bugfixes, see included changelog - drop fix-mock-patch-with-python3.4.patch fix-recent-flake8-stdoutWriteHook-change.patch (obsolete/upstream)
Dirk Mueller2022-08-18 09:01:17 +00:00
25b6b7566d
- update to 3.9.2: * Fix codes being ignored by plugins utilizing `extend_default_ignore * Fix error message for E111 in pycodestyle * indent_size_str is deprecated, use str(indent_size)` instead
Dirk Mueller2021-06-06 12:37:00 +00:00
b75578d92a
- update to 3.9.2: * Fix codes being ignored by plugins utilizing `extend_default_ignore * Fix error message for E111 in pycodestyle * indent_size_str is deprecated, use str(indent_size)` instead
Dirk Mueller2021-06-06 12:37:00 +00:00