Skip to content

Commit

Permalink
Initial yapf config
Browse files Browse the repository at this point in the history
  • Loading branch information
pgunn committed Aug 2, 2019
1 parent 4a33b05 commit 575b1a8
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 4 deletions.
4 changes: 4 additions & 0 deletions .style.yapf
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
[style]
based_on_style = google
spaces_before_comment = 8,16,24,32,40,48,56,64,72,80
column_limit = 120
6 changes: 6 additions & 0 deletions .yapfignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# We mostly just want to run yapf on the module code
docs/
demos/obsolete/
sandbox/
SLURM/
use_cases/
8 changes: 4 additions & 4 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@ dependencies:
- opencv
- peakutils
- pims
- scipy
- pynwb
- pyqtgraph
- scikit-image
- scikit-learn
- spyder
- scipy
- tifffile
- tk=8.6.8
- tqdm
- pyqtgraph
- pynwb
- yapf

0 comments on commit 575b1a8

Please sign in to comment.