2020-08-13 18:45:02 +08:00
|
|
|
# See https://github.com/restyled-io/restyled.io/wiki/Configuring-Restyled
|
|
|
|
|
|
|
|
enabled: true
|
|
|
|
|
|
|
|
exclude:
|
|
|
|
- "**/*.patch"
|
|
|
|
- "**/node_modules/**/*"
|
|
|
|
- "**/vendor/**/*"
|
|
|
|
- ".github/workflows/**/*" # https://github.com/restyled-io/restyler/issues/73
|
|
|
|
|
|
|
|
changed_paths:
|
|
|
|
maximum: 1000
|
2020-09-01 21:45:58 +08:00
|
|
|
outcome: skip
|
2020-08-13 18:45:02 +08:00
|
|
|
|
|
|
|
remote_files: []
|
|
|
|
|
|
|
|
auto: false
|
|
|
|
|
|
|
|
pull_requests: true
|
|
|
|
|
|
|
|
comments: false
|
|
|
|
|
2020-08-13 19:07:56 +08:00
|
|
|
statuses: true
|
2020-08-13 18:45:02 +08:00
|
|
|
|
2020-08-13 19:07:56 +08:00
|
|
|
request_review: author
|
2020-08-13 18:45:02 +08:00
|
|
|
|
|
|
|
labels: []
|
|
|
|
|
|
|
|
ignore_labels:
|
|
|
|
- restyled-ignore
|
|
|
|
|
2020-08-13 19:07:56 +08:00
|
|
|
restylers_version: "master"
|
2020-08-13 18:45:02 +08:00
|
|
|
|
|
|
|
restylers:
|
2020-08-13 19:11:28 +08:00
|
|
|
- autopep8
|
2020-08-13 19:07:56 +08:00
|
|
|
- isort
|
|
|
|
- reorder-python-imports
|
2020-09-01 21:45:58 +08:00
|
|
|
- whitespace
|