HiddenEye-Legacy/.restyled.yaml

39 lines
557 B
YAML
Raw Permalink Normal View History

# 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
outcome: skip
remote_files: []
auto: false
pull_requests: true
comments: false
2020-08-13 19:07:56 +08:00
statuses: true
2020-08-13 19:07:56 +08:00
request_review: author
labels: []
ignore_labels:
- restyled-ignore
2020-08-13 19:07:56 +08:00
restylers_version: "master"
restylers:
2020-08-13 19:11:28 +08:00
- autopep8
2020-08-13 19:07:56 +08:00
- isort
- reorder-python-imports
- whitespace