Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 6, 2023

Bumps unimport from 0.9.2 to 0.14.1.

Release notes

Sourced from unimport's releases.

0.14.1 - Fix: running without options or a config file

[0.14.1] - 2023-02-04

Fixed

  • Running without options or a config file #281.

0.14.0 - Automatically pick up config file

Changelog

[0.14.0] - 2023-02-03

Added

  • Automatically pick up config options from setup.cfg if it is present in the project root else check and if it exists use pyproject.toml. #256

    If you want you can disable this feature by passing --disable-auto-discovery-config

0.12.3

[0.12.3] - 2022-12-04

Added

  • Multiple versions of the docs

0.12.2

Changelog

[0.12.2] - 2022-11-09

🐛 Fixes

  • --color=never is now respected when showing the diffs

0.12.1

Features

  • 🔥 Add if condition analysis and 🧪 Refactor PR #247 by @​hakancelikdev

    For example;

    import sys
    if sys.version_info >= (3, 8):
    from typing import Literal
    else:
    from typing_extensions import Literal

... (truncated)

Changelog

Sourced from unimport's changelog.

[0.14.1] - 2023-02-04

Fixed

  • Running without options or a config file #281.

[0.14.0] - 2023-02-03

Added

  • Automatically pick up config options from setup.cfg if it is present in the project root else check and if it exists use pyproject.toml. #256

    If you want you can disable this feature by passing --disable-auto-discovery-config

[0.13.0] - 2023-02-01

Changed

  • The remove command is set to the default behavior. #273

Fixes

  • pre-commit autoupdate yields a weird result #275

[0.12.3] - 2022-12-04

Added

  • Multiple versions of the docs

[0.12.2] - 2022-11-09

🐛 Fixes

  • --color=never is now respected when showing the diffs

0.12.1

🐛 Fixes

  • Changelog url PR #250
  • Name Error PR #250

0.12.0

🔥 Features

  • Add if condition analysis and 🧪 Refactor PR #247

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [unimport](https://github.com/hakancelikdev/unimport) from 0.9.2 to 0.14.1.
- [Release notes](https://github.com/hakancelikdev/unimport/releases)
- [Changelog](https://github.com/hakancelikdev/unimport/blob/main/docs/CHANGELOG.md)
- [Commits](hakancelikdev/unimport@0.9.2...0.14.1)

---
updated-dependencies:
- dependency-name: unimport
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Feb 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants