diff options
author | Andrew Morgan <andrew@amorgan.xyz> | 2020-02-13 11:29:37 +0000 |
---|---|---|
committer | Andrew Morgan <andrew@amorgan.xyz> | 2020-02-13 11:30:15 +0000 |
commit | 28eba8747eb0a5f88f7bb96b93ef43c12d53b9de (patch) | |
tree | ab19276f5d3334627f606019d165807396b107d1 /.buildkite | |
parent | Dinsic Blacking with black==18.6b2 (diff) | |
parent | Run Black. (#5482) (diff) | |
download | synapse-28eba8747eb0a5f88f7bb96b93ef43c12d53b9de.tar.xz |
Run Black. (#5482)
Diffstat (limited to '.buildkite')
-rw-r--r-- | .buildkite/pipeline.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.buildkite/pipeline.yml b/.buildkite/pipeline.yml index ffb576cb6a..241d2b57a9 100644 --- a/.buildkite/pipeline.yml +++ b/.buildkite/pipeline.yml @@ -5,8 +5,8 @@ steps: - command: - "python -m pip install tox" - - "tox -e pep8" - label: "\U0001F9F9 PEP-8" + - "tox -e check_codestyle" + label: "\U0001F9F9 Check Style" plugins: - docker#v3.0.1: image: "python:3.6" |