Skip to content

Commit

Permalink
Merge pull request #598 from akaihola/future-own-libs
Browse files Browse the repository at this point in the history
Add CI test against `main` of `darkgraylib`
  • Loading branch information
akaihola authored Jan 7, 2025
2 parents 1a77306 + 7b405c8 commit 25d1f1b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ Added
- Display exit code in parentheses after error message.
- Do not reformat renamed files.
- CI workflow to post recent project activity in a discussion. Triggered manually.
- CI "future" test now tests against ``main`` of Darkgraylib_ in addition to Black_,
Flynt_ and isort_.
- The ``--preview`` configuration flag is now supported in the configuration files for
Darker and Black
- Prevent Pylint from updating beyond version 3.2.7 due to dropped Python 3.8 support.
Expand Down Expand Up @@ -687,4 +689,5 @@ Added
.. _pydocstyle: http://www.pydocstyle.org/
.. _Ruff: https://astral.sh/ruff
.. _Black: https://black.readthedocs.io/
.. _isort: https://pycqa.github.io/isort/
.. _NixOS: https://nixos.org/
3 changes: 2 additions & 1 deletion constraints-future.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
# still works against upcaming releases of Python ependencies. Keep this
# 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
black @ git+https://github.com/psf/black.git@main
darkgraylib @ git+https://github.com/akaihola/darkgraylib.git@main
flynt @ git+https://github.com/ikamensh/flynt.git@master
isort @ git+https://github.com/PyCQA/isort.git@main

0 comments on commit 25d1f1b

Please sign in to comment.