Tpt
|
d1da94b08b
|
Runs sphinx-lint in the CI
|
10 months ago |
Tpt
|
8a7c6cf2c1
|
Uses Ruff instead of Black
|
1 year ago |
Tpt
|
70b1c52166
|
Python: uses 3.12 in CI + builds for it
|
1 year ago |
Tpt
|
00f179058e
|
Upgrades minimal Python version to 3.8
3.7 is EOL
|
1 year ago |
Tpt
|
7a1cce527d
|
Upgrades Maturin to 1.0
|
1 year ago |
dependabot[bot]
|
a25bf55919
|
Update maturin requirement from ~=0.14.0 to ~=0.15.1 in /python
Updates the requirements on [maturin](https://github.com/pyo3/maturin) to permit the latest version.
- [Release notes](https://github.com/pyo3/maturin/releases)
- [Changelog](https://github.com/PyO3/maturin/blob/main/Changelog.md)
- [Commits](https://github.com/pyo3/maturin/compare/v0.14.0...v0.15.1)
---
updated-dependencies:
- dependency-name: maturin
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2 years ago |
Tpt
|
28def4001b
|
Python: Uses Ruff linter
|
2 years ago |
dependabot[bot]
|
70d4eef803
|
Update mypy requirement from ~=0.991.0 to ~=1.0 in /python
|
2 years ago |
dependabot[bot]
|
6dc4aefe99
|
Update black requirement from ~=22.10 to ~=23.1 in /python
Updates the requirements on [black](https://github.com/psf/black) to permit the latest version.
- [Release notes](https://github.com/psf/black/releases)
- [Changelog](https://github.com/psf/black/blob/main/CHANGES.md)
- [Commits](https://github.com/psf/black/compare/22.10.0...23.1.0)
---
updated-dependencies:
- dependency-name: black
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2 years ago |
Tpt
|
54c66279f3
|
Set version constraints for Python build dependency
Allows to avoid some unintended breakage if a build package introduces a breaking change
|
2 years ago |
Tpt
|
17731d10ab
|
Auto generates pyoxigraph type stubs
Uses a Python script to auto generate python stubs from the module code and doc strings.
Relies heavily on the inspect module.
|
2 years ago |
Tpt
|
992137441f
|
Uses black for code formatting
|
2 years ago |
Tpt
|
f218134e6c
|
Fixes ReadTheDocs build
Adds a shared requirements.txt file for the dev dependencies
|
2 years ago |