Skip to content

Commit

Permalink
Allow black to be run on any Python version (zarr-developers#1549)
Browse files Browse the repository at this point in the history
* Allow black to be run on any Python version

* docs: add release notes

* docs: whitespace

---------

Co-authored-by: Davis Vann Bennett <davis.v.bennett@gmail.com>
  • Loading branch information
dstansby and d-v-b committed Oct 31, 2023
1 parent 9117b60 commit a9938c0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
1 change: 0 additions & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ repos:
rev: 22.12.0
hooks:
- id: black
language_version: python3.8
- repo: https://github.com/codespell-project/codespell
rev: v2.2.5
hooks:
Expand Down
6 changes: 6 additions & 0 deletions docs/release.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,12 @@ Release notes
Unreleased
----------

Maintenance
~~~~~~~~~~~

* Allow ``black`` code formatter to be run with any Python version.
By :user:`David Stansby <dstansby>` :issue:`1549`

.. _release_2.16.1:

2.16.1
Expand Down

0 comments on commit a9938c0

Please sign in to comment.