Skip to content

Update dependency flake8-builtins to v2

Tine Wittler requested to merge renovate/flake8-builtins-2.x into master

This MR contains the following updates:

Package Type Update Change
flake8-builtins (changelog) dev-dependencies major ^1.5.3 -> ^2.0.0

Release Notes

gforcada/flake8-builtins

v2.5.0

Compare Source

  • Support detecting a shadowing folder as module name (as part of A005). [asfaltboy]

v2.4.0

Compare Source

  • Add rule for lambda argument shadowing (A006). [cielavenir]

v2.3.0

Compare Source

  • Add rule for builtin module name shadowing (A005). [asfaltboy]

v2.2.0

Compare Source

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

v2.1.0

Compare Source

  • Honor --builtins option from flake8 #​73. [gforcada]

v2.0.1

Compare Source

  • Add official support for python 3.10 and 3.11. [gforcada] [michael-k]

  • Update options handling. [gforcada]

  • Simplify testing. [gforcada]

v2.0.0

Compare Source

  • Mark support for python 3.9. [lovetoburnswhen]

  • Replace travis for GitHub. [cclauss]

  • Fix CI badge. [sobolevn]

  • Make black and isort mandatory. [cclauss]

  • Drop python 2.7 and 3.6. [gforcada]

  • Overhaul GitHub actions to test on actual supported python versions. [gforcada]

  • New flake8 option --builtins-ignorelist to specify a list of builtins to ignore. [gsingh93]


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