Skip to content

Commit

Permalink
Include isort@main in test-future workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
akaihola committed Feb 21, 2022
1 parent 818a36e commit 360b367
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ Added
- Document ``isort``'s requirement to be run in the same environment as
the modules which are processed.
- Document VSCode and ``--lint``/``-L`` incompatibility in the README.
- Guard against breaking changes in ``isort`` by testing against its ``main``
branch in the ``test-future`` GitHub Workflow.

Fixed
-----
Expand All @@ -27,6 +29,8 @@ Added
- Add Nix CI builds on Linux and macOS.
- Add a YAML linting workflow to the Darker repository.
- Updated Mypy to version 0.931.
- Guard against breaking changes in Black by testing against its ``main`` branch
in the ``test-future`` GitHub Workflow.

Fixed
-----
Expand Down
1 change: 1 addition & 0 deletions constraints-future.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@
# up-to-date by adding entries for any packages we want to get early
# incompatibility warnings for.
black @ git+https://github.com/psf/black.git@main
isort @ git+https://github.com/PyCQA/isort.git@main

0 comments on commit 360b367

Please sign in to comment.