Skip to content

Commit

Permalink
Fix Restyled config (#4438)
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrieldutra authored Dec 12, 2019
1 parent a3beac0 commit ca09817
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .restyled.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,13 +48,13 @@ labels: ["Skip CI"]
# - restyled-ignore

# Restylers to run, and how
restylers:
- name: black:
restylers:
- name: black
include:
- redash
- tests
- migrations/versions
- name: prettier:
- redash
- tests
- migrations/versions
- name: prettier
include:
- client/app/**/*.js
- client/app/**/*.jsx
Expand Down

0 comments on commit ca09817

Please sign in to comment.