- Update to 2.3.1
* Update pre-commit config
* github/workflows/main: use pre-commit/action
* Always set encoding when reading setup.cfg
- from version 2.3.0
* readme: add note about customizing args in pre-commit
* Add Python 3.12 to CI
* Update pre-commit config
* Add support for passing the .toml config in the arguments
* Add support of ignore comment on the top of the file
- Drop support-python312.patch, merged upstream
OBS-URL: https://build.opensuse.org/request/show/1222678
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-autoflake?expand=0&rev=29
- update to 2.2.1:
* Add type annotations and validate with pyright
* Remove test_fuzz_pypi
* Revert "Support .toml configuration format with --config flag
* Support .toml configuration format with --config flag
* Fix a typo in a link to pre-commit
* Update standard_paths so it only checks existing directories
* Upgrade minimum version of pyflakes
* Add upper limit to pyflake's version <3.0 to support handling
of python 2.x
* fix: Ignore pass multiple lines after docstring with flag
* Fixed multiprocessing issue on win64 with more than 60 cores
* Fix default value for `--imports`
* Use regular dictionary instead of defaultdict
* Properly consider options from config file and flags
* Update merge_configuration_file to prefer values from flags
* Unified output to stdout when using --check
* add config-file option
* Fix Namespace check
* Add --check-diff flag which combines check and diff
* Use black for formatting code
* Migrate to tomli
* PEP 621: Migrate to pyproject.toml
* Add option to keep pass statements
- reenable build for python38, issue got fixed in current release
- Update to v1.5.2
- Switch from setup.py test to pytest
OBS-URL: https://build.opensuse.org/request/show/1133401
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-autoflake?expand=0&rev=11
- reenable build for python38, issue got fixed in current release
- Update to v1.5.3
* test_autoflake: use os.linesep in assertion
* Make sure messages use os.linesep
* test_autoflake: add a test for #129
* autoflake: propagate the exit status instead of calling sys.exit
* Renamed the head branch
* Remove Makefile and reference to travis.yml
- Update to v1.5.2
* Remove usage of deprecated distutils module
* Also add support for removing RHS of unused variables.
* Use the new sysconfig module instead of distutils
* added option to remove RHS also when removing unused variables (#92)
OBS-URL: https://build.opensuse.org/request/show/1002737
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-autoflake?expand=0&rev=9
- Update to v1.5.3
* test_autoflake: use os.linesep in assertion
* Make sure messages use os.linesep
* test_autoflake: add a test for #129
* autoflake: propagate the exit status instead of calling sys.exit
* Renamed the head branch
* Remove Makefile and reference to travis.yml
- Update to v1.5.2
* Remove usage of deprecated distutils module
* Also add support for removing RHS of unused variables.
* Use the new sysconfig module instead of distutils
* added option to remove RHS also when removing unused variables (#92)
OBS-URL: https://build.opensuse.org/request/show/1002346
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-autoflake?expand=0&rev=17