22d55b4d7f
- Switch to pyproject macros. - No more greedy globs in %files.
Steve Kowalik2025-06-24 02:57:07 +00:00
003e02cbf7
Accepting request 1221496 from devel:languages:python
Ana Guerrero2024-11-06 15:51:30 +00:00
88cc807859
- Update to 2.13 * Add support for Python 3.13 (Jendrik Seipp, #369). * Add PyPI and conda-forge badges to README file (Trevor James Smith, #356). * Include tests/**/*.toml in sdist (Colin Watson). - from version 2.12 * Use ruff for linting and formatting (Anh Trinh, #347, #349). * Replace tox by pre-commit for linting and formatting (Anh Trinh, #349). * Add --config flag to specify path to pyproject.toml configuration file (Glen Robertson, #352).
Markéta Machová2024-11-05 15:34:16 +00:00
cb494a1e88
Accepting request 1140278 from devel:languages:python
Ana Guerrero2024-01-21 22:10:12 +00:00
6e90c34e13
- update to 2.11: * Switch to tomllib/tomli to support heterogeneous arrays * Bump flake8, flake8-comprehensions and flake8-bugbear * Provide whitelist parity for MagicMock and MockDirk Mueller2024-01-21 11:11:54 +00:00
85861216e1
Accepting request 1135359 from devel:languages:python
Ana Guerrero2023-12-28 22:02:49 +00:00
bbd91dd0be
- update to 2.10: * Drop support for Python 3.7 (Jendrik Seipp, #323). * Add support for Python 3.12 (Jendrik Seipp, #332). * Use end_lineno AST attribute to obtain more accurate line counts (Jendrik Seipp). * Use exit code 0 for --help and --version again (Jendrik Seipp, #321). * Use exit code 3 when dead code is found (whosayn, #319). * Treat non-supported decorator names as "@" instead of crashing (Llandy3d and Jendrik Seipp, #284). * Drop support for Python 3.6 (Jendrik Seipp). * Add UnicodeEncodeError exception handling to core.py * Add whitelist for Enum attributes _name_ and _value_ * Run tests and add PyPI trove for Python 3.11 (Jendrik Seipp). * Ignore setup_module(), teardown_module(), etc. in pytest test_*.py files (Jendrik Seipp). * Add whitelist for socketserver.TCPServer.allow_reuse_address (Ben Elliston). * Clarify that --exclude patterns are matched against absolute paths (Jendrik Seipp, #260). * Add basic match statement support (kreathon, #276, #291). * Mark imports in __all__ as used (kreathon, #172, #282). * Add whitelist for pint.UnitRegistry.default_formatter (Ben Elliston, #258). * Print absolute filepaths as relative again (as in version 2.1 and before) * if they are below the current directory (The-Compiler, #246). * Run tests and add PyPI trove for Python 3.10 (chayim, #266). * Allow using the del keyword to mark unused variables (sshishov, #279).
Dirk Mueller2023-12-27 16:54:52 +00:00
1c4fa5056a
- Update to 1.4: * Ignore unused import statements in __init__.py (RJ722, #192). * Report first decorator's line number for unused decorated objects on Python 3.8+ (RJ722, #200). * Check code with black and pyupgrade.
Tomáš Chvátal
2020-04-16 07:54:06 +00:00