diff options
author | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2021-05-14 11:46:35 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-14 11:46:35 +0100 |
commit | 6482075c95957ad980d9c1323f9f982e6f7aaff4 (patch) | |
tree | 593a4e2e96f27d63be8265d1a20228a2271b1be4 /changelog.d | |
parent | Minor `@cachedList` enhancements (#9975) (diff) | |
download | synapse-6482075c95957ad980d9c1323f9f982e6f7aaff4.tar.xz |
Run `black` on the scripts (#9981)
Turns out these scripts weren't getting linted.
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/9981.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/9981.misc b/changelog.d/9981.misc new file mode 100644 index 0000000000..677c9b4cbd --- /dev/null +++ b/changelog.d/9981.misc @@ -0,0 +1 @@ +Run `black` on files in the `scripts` directory. |