summaryrefslogtreecommitdiff
path: root/.restyled.yaml
diff options
context:
space:
mode:
authoriphydf <iphydf@users.noreply.github.com>2020-05-03 15:36:57 +0100
committeriphydf <iphydf@users.noreply.github.com>2020-05-03 16:59:26 +0100
commit4efe541814ec2ddd073428d6928497b50c48397a (patch)
treeb2d3c877317da1d129900b88097d05ffa879281f /.restyled.yaml
parent88b90c82259f86470cf6eba8684e8d9b4cd61bc3 (diff)
Add a script to run Travis CI locally.
This isn't quite Travis, but close enough for local testing.
Diffstat (limited to '.restyled.yaml')
-rw-r--r--.restyled.yaml6
1 files changed, 6 insertions, 0 deletions
diff --git a/.restyled.yaml b/.restyled.yaml
index 722ff510..f0060d75 100644
--- a/.restyled.yaml
+++ b/.restyled.yaml
@@ -2,4 +2,10 @@
2restylers: 2restylers:
3 - astyle: 3 - astyle:
4 arguments: ["--options=other/astyle/astylerc"] 4 arguments: ["--options=other/astyle/astylerc"]
5 - autopep8
6 - black
5 - prettier-yaml 7 - prettier-yaml
8 - reorder-python-imports
9 - shellharden
10 - shfmt
11 - yapf