Skip to content

Commit

Permalink
Add black as a dependency for Python code
Browse files Browse the repository at this point in the history
This patch adds the current `HEAD` of `main` for the Python formatter
`black` to our dependencies.  `black` used to be a transitive
dependency, but this was removed as part of
b390620.  The decision to use `HEAD`
instead of a particular version is only to match the version used in CI
in `.github/formatting-check.yaml`; if we elect to use a particular
version, we should do so there as well.

Signed-off-by: Patrick M. Niedzielski <[email protected]>
  • Loading branch information
pniedzielski committed Nov 22, 2024
1 parent 67c8b21 commit e86bea8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/python/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
black @ git+https://github.com/psf/black
boofuzz
crc32c
docker
Expand Down

0 comments on commit e86bea8

Please sign in to comment.