diff options
author | Andrew Morgan <1342360+anoadragon453@users.noreply.github.com> | 2019-10-30 11:17:14 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-10-30 11:17:14 +0000 |
commit | 2cab02f9d123924a6ccbf8e59b7e973f3c0a3d26 (patch) | |
tree | 426c580f06996da21c491d934171cacdbbfcd583 /changelog.d | |
parent | Fix small typo in comment (#6269) (diff) | |
download | synapse-2cab02f9d123924a6ccbf8e59b7e973f3c0a3d26.tar.xz |
Update CI to run isort on scripts and scripts-dev (#6270)
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/6270.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/6270.misc b/changelog.d/6270.misc new file mode 100644 index 0000000000..d1c5811323 --- /dev/null +++ b/changelog.d/6270.misc @@ -0,0 +1 @@ +Update CI to run `isort` over the `scripts` and `scripts-dev` directories. \ No newline at end of file |