Skip to content

Commit

Permalink
Add black (#1043)
Browse files Browse the repository at this point in the history
* Add black

* Add black
  • Loading branch information
timgl authored Jun 17, 2020
1 parent fb68c41 commit 95dc359
Show file tree
Hide file tree
Showing 4 changed files with 384 additions and 205 deletions.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,8 @@
},
"lint-staged": {
"*.{js,css,scss}": "prettier --write",
"*.js": "eslint"
"*.js": "eslint",
"*.py": "black"
},
"optionalDependencies": {
"fsevents": "^2.1.2"
Expand Down
Loading

0 comments on commit 95dc359

Please sign in to comment.