summary refs log tree commit diff
path: root/contrib/scripts (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Lint the contrib/ directory in CI and linting scripts, add synctl to linting ↵Andrew Morgan2020-07-201-2/+4
| | | | | | | script (#7914) Run `isort`, `flake8` and `black` over the `contrib/` directory and `synctl` script. The latter was already being done in CI, but now the linting script does it too. Fixes https://github.com/matrix-org/synapse/issues/7910
* Run Black. (#5482)Amber Brown2019-06-201-23/+16
|
* Fix seven contrib files with Python syntax errors (#5446)cclauss2019-06-181-14/+20
| | | | | | * Fix seven contrib files with Python syntax errors Signed-off-by: cclauss <cclauss@me.com>
* Add kick users scriptKegan Dougal2015-04-171-0/+93