Skip to content

Update dependency flake8-isort to v6

Tine Wittler requested to merge renovate/flake8-isort-6.x into master

This MR contains the following updates:

Package Type Update Change
flake8-isort (changelog) dev-dependencies major ^4.0.0 -> ^6.0.0

Release Notes

gforcada/flake8-isort

v6.1.1

Compare Source

  • Switch from setup.cfg to setup.py. [deronnax]

  • Switch from setuptools to hatchling. [gforcada]

  • Switch to main branch. [gforcada]

  • Use tox and pre-commit to ease project maintenance. [gforcada]

v6.1.0

Compare Source

  • Drop python 3.7 support. [gforcada]

  • Add preliminary support to Python 3.12. [gforcada]

v6.0.0

Compare Source

  • Drop isort 4.x support. [gforcada]

  • Add support for flake8 6.0.0. [gforcada]

  • Add --isort-no-skip-gitignore option to allow temporarily overriding the set value of isort's skip_gitignore option with False. This can cause flake8-isort to run significantly faster at the cost of making flake8-isort's behavior differ slightly from the behavior of isort --check. [gschaffner]

v5.0.3

Compare Source

  • Fix broken add_options method, again. [casperdcl]

v5.0.2

Compare Source

  • Fix broken add_options method [casperdcl]

v5.0.1

Compare Source

  • Improve the config option is added and read back. [gforcada]

  • Bump plugin version. [gforcada]

v5.0.0

Compare Source

  • Update dependencies. [gforcada]

  • Revamp GitHub actions. [gforcada]

  • Drop python 3.6, and add python 3.10. [gforcada]

  • Use linters and formatters to keep code sane and beautiful. [gforcada]


Configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever MR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this MR and you won't be reminded about this update again.


  • If you want to rebase/retry this MR, click this checkbox.

This MR has been generated by Renovate Bot.

Edited by Tine Wittler

Merge request reports