2e625e2744
- 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
b4c172dfc7
Accepting request 1291284 from devel:languages:python
Ana Guerrero2025-07-09 15:26:15 +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
73bc3f8e5b
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
2c122f9640
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
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
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
211a3d8449
- Update to 3.7.9: * Disable multiprocessing when the multiprocessing method is spawn (such as on macos in python3.8) (See also GitLab!367, GitLab#587)
Tomáš Chvátal
2019-11-20 15:01:36 +00:00
0ab2554382
- Update to 3.7.8: * Fix handling of Application.parse_preliminary_options_and_args when argv is an empty list (See also GitLab!310, GitLab#518) * Fix crash when a file parses but fails to tokenize (See also GitLab!314, GitLab#532) * Log the full traceback on plugin exceptions (See also GitLab!317) * Fix # noqa: ... comments with multi-letter codes (See also GitLab!326, GitLab#549) - Rebase remove_mock_dependency.patch
Tomáš Chvátal
2019-07-19 12:21:54 +00:00
806b8499e3
- update to 3.5.0: - Start using new PyCodestyle checks for bare excepts and ambiguous identifier drop 0001-Update-pyflakes-range-and-include-doc-links.patch: upstream - update to 3.4.1 * Bug Fix exceptions when output on stdout is truncated before * Bug Do not verify dependencies of extensions loaded via * Bug Files excluded in a config file were not being excluded - Re-enable multiprocessing by default while fixing the issue - Turn off multiple jobs by default. To enable automatic use - Initial package (2.0)
Dirk Mueller2017-10-24 09:00:38 +00:00
1e77eb5aeb
Accepting request 534933 from home:alarrosa:branches:devel:languages:python
Dirk Mueller2017-10-19 21:47:29 +00:00
8e0c1d341a
- update for singlespec - update to 3.3.0 * fix setuptools integration * drop python 2.6 and python < 3.4 support * nonzero exit on problems * python 3.6 support * performance improvements - switch requirement from pep8 to pycodestyle - switch test runner from nose to pytest
Jan Matejek
2017-03-24 15:40:30 +00:00