Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

remove versioneer and setup.cfg references in docs, update rapids-dependency-file-generator #1509

Open
wants to merge 1 commit into
base: branch-25.02
Choose a base branch
from

Conversation

jameslamb
Copy link
Member

Description

Removes references to setup.cfg and versioneer in the contributing docs... cuspatial no longer uses either of these.

Also updates rapids-dependency-file-generator to its latest version (v1.17.0) and removes an unused YAML anchor in dependencies.yaml.

Checklist

  • I am familiar with the Contributing Guidelines.
  • New or existing tests cover these changes.
  • The documentation is up to date with these changes.

@jameslamb jameslamb added doc Documentation non-breaking Non-breaking change labels Dec 23, 2024
Copy link

copy-pr-bot bot commented Dec 23, 2024

Auto-sync is disabled for draft pull requests in this repository. Workflows must be run manually.

Contributors can view more details about this message here.

@jameslamb
Copy link
Member Author

/ok to test

@jameslamb jameslamb changed the title WIP: remove versioneer and setup.cfg references in docs, update rapids-dependency-file-generator remove versioneer and setup.cfg references in docs, update rapids-dependency-file-generator Dec 23, 2024
@jameslamb jameslamb marked this pull request as ready for review December 23, 2024 22:23
@jameslamb jameslamb requested review from a team as code owners December 23, 2024 22:23
@jameslamb jameslamb requested a review from bdice December 23, 2024 22:23
@@ -72,16 +72,12 @@ Specifically, cuSpatial uses the following tools:
- [`isort`](https://pycqa.github.io/isort/) ensures imports are sorted consistently.

Linter config data is stored in a number of files. cuSpatial generally uses `pyproject.toml` over
`setup.cfg` and avoids project-specific files (e.g. `setup.cfg` > `python/cudf/setup.cfg`). However,
differences between tools and the different packages in the repo result in the following caveats:
`setup.cfg` and prefers root-level files to project-specific files.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would be fine with removing the reference to setup.cfg altogether.

Also we need to do a pass through RAPIDS repos and get rid of flake8/black/isort in favor of ruff. There is no technical reason why we are still using flake8, we just haven't switched over to ruff in several RAPIDS repos. (The only minor caveat I am aware of is that isort supports Cython files while ruff's isort does not, but we decided not to worry about that.)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
doc Documentation non-breaking Non-breaking change
Projects
Status: Todo
Development

Successfully merging this pull request may close these issues.

2 participants