File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 22# See https://pre-commit.com/hooks.html for more hooks
33repos :
44- repo : https://github.com/psf/black
5- rev : 20.8b1
5+ rev : 22.3.0
66 hooks :
77 - id : black
88- repo : https://github.com/pre-commit/mirrors-isort
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ classifiers =
1616[options]
1717install_requires =
1818 fsspec>=2021.8.1
19- asyncssh>=2.7.1 ,<3
19+ asyncssh>=2.11.0 ,<3
2020packages = find:
2121
2222[options.extras_require]
Original file line number Diff line number Diff line change 1111_FILE_EXISTS = os .strerror (errno .EEXIST )
1212
1313# A copy of SFTP_BLOCK_SIZE (16KB)
14- BASE_BLOCK_SIZE = 2 ** 14
14+ BASE_BLOCK_SIZE = 2 ** 14
1515
1616# Most of the SFTP implementations support reading a 64kb
1717# and writing a 256kb chunk at a single request. We'll set
You can’t perform that action at this time.
0 commit comments