Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update flake8-isort to 6.1.1 #88

Open
wants to merge 1 commit into
base: devel
Choose a base branch
from

Conversation

pyup-bot
Copy link
Collaborator

@pyup-bot pyup-bot commented Nov 3, 2023

This PR updates flake8-isort from 4.0.0 to 6.1.1.

Changelog

6.1.1

------------------

- 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]

6.1.0

------------------

- Drop python 3.7 support.
[gforcada]

- Add preliminary support to Python 3.12.
[gforcada]

6.0.0

------------------

- 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]

5.0.3

------------------

- Fix broken `add_options` method, again. [casperdcl]

5.0.2

------------------

- Fix broken `add_options` method [casperdcl]

5.0.1

------------------

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

- Bump plugin version. [gforcada]

5.0.0

------------------

- 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]

4.2.0

------------------

- Fix compatibility with flake8 version 5. [nhymxu]

4.1.2.post0

------------------------

- Release it as a wheel as well. [gforcada]

4.1.2

------------------

- The package no longer depends on ``testfixtures``.

4.1.1

------------------

- Release py3 only wheels..

4.1.0

------------------

- Support flake8 4.x [g-as]

- Switch from travis-ci to github actions. [g-as]

- Drop python 2.7 support and 3.5 as well [g-as]
Links

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant