-
Notifications
You must be signed in to change notification settings - Fork 10
FEAT: Initial migration to the present 🏃 #25
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
base: master
Are you sure you want to change the base?
Conversation
Example here https://github.com/daquintero/sphinxcontrib-autoflex |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Couple of mismatches here. Personally, I'd drop pre-commit integration entirely (and perhaps the GitHub actions integration also they're likely to get outdated pretty quickly, as we saw with the Travis configuration)
"Operating System :: OS Independent", | ||
"Programming Language :: Python", | ||
"Programming Language :: Python :: 3", | ||
"Programming Language :: Python :: 3.6", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These don't match the CI configuration. Could you update?
follow_imports = "skip" | ||
incremental = true | ||
check_untyped_defs = true | ||
warn_unused_ignores = true |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'd drop this. I suspect mypy is rarely used in most sphinx extensions.
|
||
|
||
[tool.poetry.dependencies] | ||
python = "^3.6" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
3.8?
|
||
[tool.poetry.dependencies] | ||
python = "^3.6" | ||
pbr = "^5.5.1" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
tbh, pbr probably isn't the best horse to back now. Could we use setuptools here?
Later actually you us poetry so this should be wholly unnecessary?
- id: isort | ||
|
||
- repo: https://github.com/asottile/black | ||
rev: 22.3.0 # Use the latest version of black |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This isn't the latest (none of these are). Could you bump?
Uh oh!
There was an error while loading. Please reload this page.