Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Update CI to run isort on scripts and scripts-dev #6270

Merged
merged 4 commits into from
Oct 30, 2019
Merged

Conversation

anoadragon453
Copy link
Member

We already run black and flake8 over the scripts and scripts-dev folders in CI:

synapse/tox.ini

Lines 119 to 120 in fa7cf87

python -m black --check --diff .
/bin/sh -c "flake8 synapse tests scripts scripts-dev scripts/hash_password scripts/register_new_matrix_user scripts/synapse_port_db synctl {env:PEP8SUFFIX:}"

Do the same with isort.

@anoadragon453 anoadragon453 self-assigned this Oct 29, 2019
@anoadragon453 anoadragon453 requested a review from a team October 30, 2019 10:55
@anoadragon453 anoadragon453 merged commit 2cab02f into develop Oct 30, 2019
@anoadragon453 anoadragon453 deleted the anoa/ci_lint branch October 30, 2019 11:17
anoadragon453 added a commit that referenced this pull request Oct 30, 2019
…ger_warning

* 'develop' of github.com:matrix-org/synapse:
  Fix log line that was printing undefined value (#6278)
  Update CI to run isort on scripts and scripts-dev (#6270)
  Fix small typo in comment (#6269)
  Fix typo in domain name in account_threepid_delegates config option (#6273)
  Remove redundant arguments to CI's flake8 (#6277)
  Handle FileNotFound error in checking git repository version (#6284)
  Don't return coroutines
  Newsfile
  Port receipt and read markers to async/wait
  Make concurrently_execute work with async/await
  Newsfile
  Port federation_server to async/await
  Newsfile
  Port room rest handlers to async/await
  Newsfile
  Port replication http server endpoints to async/await
babolivier pushed a commit that referenced this pull request Sep 1, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants