Skip to content
This repository was archived by the owner on Feb 23, 2026. It is now read-only.

Commit abebe2b

Browse files
authored
Run black at end of synth.py (#6698)
* Run black at end of synth.py * blacken logging
1 parent 6c36c5a commit abebe2b

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

synth.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,3 +63,5 @@
6363
# ----------------------------------------------------------------------------
6464
templated_files = common.py_library(unit_cov_level=97, cov_level=100)
6565
s.move(templated_files)
66+
67+
s.shell.run(["nox", "-s", "blacken"], hide_output=False)

0 commit comments

Comments
 (0)