File tree Expand file tree Collapse file tree 3 files changed +4
-19
lines changed
Expand file tree Collapse file tree 3 files changed +4
-19
lines changed Original file line number Diff line number Diff line change @@ -28,23 +28,11 @@ repos:
2828 - id : insert-license
2929 files : ^src/neptune_query.*[^/]+\.py$
3030 args : [ "--license-filepath", ".github/license_header.txt", "--allow-past-years"]
31- - repo : https://github.com/Lucas-C/pre-commit-hooks
32- rev : v1.5.4
33- hooks :
34- - id : insert-license
35- files : ^neptune_fetcher/src/neptune_fetcher.*[^/]+\.py$
36- args : [ "--license-filepath", ".github/license_header.txt", "--allow-past-years"]
3731 - repo : https://github.com/pre-commit/mirrors-mypy
3832 rev : v1.13.0
3933 hooks :
4034 - id : mypy
4135 args : [ --config-file, pyproject.toml ]
4236 pass_filenames : false
43- - repo : https://github.com/pre-commit/mirrors-mypy
44- rev : v1.13.0
45- hooks :
46- - id : mypy
47- args : [ --config-file, neptune_fetcher/pyproject.toml ]
48- pass_filenames : false
4937default_language_version :
5038 python : python3
Original file line number Diff line number Diff line change 11# Changelog
22
3- See the [ Release Notes] ( https://github.com/neptune-ai/neptune-fetcher /releases ) on GitHub.
3+ See the [ Release Notes] ( https://github.com/neptune-ai/neptune-query /releases ) on GitHub.
Original file line number Diff line number Diff line change 1- # This is pyproject.toml for neptune_query
2- # neptune_fetcher's pyproject.toml is located in a subdirectory
3-
41[build-system ]
52requires = [" poetry-core>=1.0.0" , " poetry-dynamic-versioning" ]
63build-backend = " poetry_dynamic_versioning.backend"
@@ -24,8 +21,8 @@ tqdm = { version = ">=4.66.0" }
2421
2522[tool .poetry ]
2623authors = [" neptune.ai <contact@neptune.ai>" ]
27- description = " Neptune Fetcher "
28- repository = " https://github.com/neptune-ai/neptune-fetcher "
24+ description = " Neptune Query is a Python library for retrieving data from Neptune. "
25+ repository = " https://github.com/neptune-ai/neptune-query "
2926homepage = " https://neptune.ai/"
3027documentation = " https://docs.neptune.ai/"
3128license = " Apache License 2.0"
@@ -59,7 +56,7 @@ packages = [
5956]
6057
6158[tool .poetry .urls ]
62- "Tracker" = " https://github.com/neptune-ai/neptune-fetcher /issues"
59+ "Tracker" = " https://github.com/neptune-ai/neptune-query /issues"
6360"Documentation" = " https://docs.neptune.ai/"
6461
6562[tool .black ]
You can’t perform that action at this time.
0 commit comments