Skip to content

Commit

Permalink
📝 Add a change note on autopep8
Browse files Browse the repository at this point in the history
  • Loading branch information
webknjaz committed Apr 14, 2024
1 parent 6ba8632 commit 4e1d67a
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docs/changelog-fragments.d/65ba7e69.contrib.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
The project adopted the ``autopep8`` tool to assist with
automatic code formatting. It is chosen over ``black``
because it is less intrusive which is important to the
maintainer as it promotes inclusivity.
``autopep8`` is integrated into the ``pre-commit`` check
runner and is configured to only correct :pep:`8`
violations, avoiding changes to compliant snippets.

-- by :user:`webknjaz`

0 comments on commit 4e1d67a

Please sign in to comment.