Skip to content

Commit

Permalink
pycato updates - better dask useage, new colormaps
Browse files Browse the repository at this point in the history
  • Loading branch information
smillerc committed Aug 10, 2020
1 parent e4fc81a commit 0b7a634
Show file tree
Hide file tree
Showing 3 changed files with 461 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/ambv/black
rev: stable
rev: 19.10b0
hooks:
- id: black

Expand All @@ -11,7 +11,7 @@ repos:
args: ['--indent', '2', '--whitespace', '3', '--whitespace-intrinsics', 'False', '--strict-indent', '--enable-replacements', '--c-relations']

- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v1.2.3
rev: v3.2.0
hooks:
- id: end-of-file-fixer
- id: fix-encoding-pragma
Expand Down
Loading

0 comments on commit 0b7a634

Please sign in to comment.