-
Notifications
You must be signed in to change notification settings - Fork 43
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* tests: add typesafety tests * nox: add typesafety command * upath: typing fixes for generated flavours * upath: update _flavour_sources.py * upath: more typing fixes * typesafety: add more tests * upath: typing fixes * ci: add typesafety checks * nox -s lint * upath: exclude fsspec==2024.3.1 for now * _strip_protocol signature changes break local fs tests * Windows URI parsing has issues * nox -s lint fixes * typesafety: add pathlib interface tests * upath: various typing fixes * typesafety: fix mypy output issue on python3.8 * typesafety: check .link_to and .walk
- Loading branch information
Showing
14 changed files
with
881 additions
and
137 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
fsspec[git,hdfs,dask,http,sftp,smb]==2024.2.0 | ||
|
||
# these dependencies define their own filesystems | ||
adlfs==2024.2.0 | ||
boxfs==0.2.1 | ||
dropboxdrivefs==1.3.1 | ||
gcsfs==2024.2.0 | ||
s3fs==2024.2.0 | ||
ocifs==1.3.1 | ||
webdav4[fsspec]==0.9.8 | ||
# gfrivefs @ git+https://github.com/fsspec/gdrivefs@master broken ... | ||
morefs[asynclocalfs]==0.2.0 | ||
dvc==3.47.0 | ||
huggingface_hub==0.20.3 | ||
lakefs-spec==0.7.0 | ||
ossfs==2023.12.0 | ||
fsspec-xrootd==0.2.4 | ||
wandbfs==0.0.2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.