Skip to content

Bump ruff from 0.1.14 to 0.2.0

HIFIS Bot requested to merge dependabot/pip/ruff-0.2.0 into master

Bumps ruff from 0.1.14 to 0.2.0.

Release notes

Sourced from ruff's releases.

v0.2.0

Check out the blog post for a migration guide and overview of the changes!

Changes

Breaking changes

  • The NURSERY selector cannot be used anymore
  • Legacy selection of nursery rules by exact codes is no longer allowed without preview enabled

See also, the "Remapped rules" section which may result in disabled rules.

Deprecations

The following rules are now deprecated:

The following command line options are now deprecated:

  • --show-source; use --output-format full instead
  • --no-show-source; use --output-format concise instead
  • --output-format text; use full or concise instead

The following settings have moved and the previous name is deprecated:

... (truncated)

Changelog

Sourced from ruff's changelog.

0.2.0

Breaking changes

  • The NURSERY selector cannot be used anymore
  • Legacy selection of nursery rules by exact codes is no longer allowed without preview enabled

See also, the "Remapped rules" section which may result in disabled rules.

Deprecations

The following rules are now deprecated:

The following command line options are now deprecated:

  • --show-source; use --output-format full instead
  • --no-show-source; use --output-format concise instead
  • --output-format text; use full or concise instead

The following settings have moved and the previous name is deprecated:

... (truncated)

Commits
  • 1fadefa Bump version to 0.2.0 (#9762)
  • 06ad687 Deduplicate deprecation warnings for v0.2.0 release (#9764)
  • 148b64e Fix issue where output format mode would not change to full if preview mode...
  • 99eddbd Remove stale preview documentation from stabilized rule behaviors (#9759)
  • 836d2ea Restore RUF011 documentation (#9758)
  • 994514d Redirect PHG001 to S307 and PGH002 to G010 (#9756)
  • a578414 Redirect TRY200 to B904 (#9755)
  • 0d752e5 Add tests for redirected rules (#9754)
  • 46c0937 Use fake rules for testing deprecation and removal infrastructure (#9752)
  • e5008ca Fix bug where selection included deprecated rules during preview (#9746)
  • Additional commits viewable in compare view

Merge request reports