Skip to content

Commit 7946172

Browse files
authored
Merge pull request #23 from will-moore/chunksize_plots_sizeC_1
Chunksize plots size c 1
2 parents c0b7938 + b450402 commit 7946172

File tree

5 files changed

+742
-1305
lines changed

5 files changed

+742
-1305
lines changed

.isort.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
[settings]
2-
known_third_party = fsspec,h5py,matplotlib,pandas,ptitprince,pytest,s3fs,tifffile,zarr
2+
known_third_party = fsspec,h5py,matplotlib,numpy,pandas,ptitprince,pytest,requests,s3fs,seaborn,tifffile,zarr

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ repos:
1313
args: ["--profile", "black"]
1414

1515
- repo: https://github.com/ambv/black
16-
rev: 19.10b0
16+
rev: 20.8b1
1717
hooks:
1818
- id: black
19-
args: [--target-version=py36]
19+
args: [--target-version=py37]
2020

2121
- repo: https://github.com/asottile/pyupgrade
2222
rev: v2.7.2
@@ -45,7 +45,7 @@ repos:
4545
- --autofix
4646

4747
- repo: https://gitlab.com/pycqa/flake8
48-
rev: 3.8.3
48+
rev: 3.9.0
4949
hooks:
5050
- id: flake8
5151
additional_dependencies: [
@@ -58,7 +58,7 @@ repos:
5858
# default black line length is 88
5959
"--max-line-length=88",
6060
# Conflicts with black: E203 whitespace before ':'
61-
"--ignore=E203",
61+
"--ignore=E203,W503",
6262
"--rst-roles=class,func,ref,module,const",
6363
]
6464

0 commit comments

Comments
 (0)