-
Notifications
You must be signed in to change notification settings - Fork 29
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
General housekeeping. #120
Conversation
Kircheneer
commented
Jul 1, 2022
- Bump python version to ^3.7 (fixes Bump Python version to ^3.7 #117)
- Fix read the docs rendering by adding pydantic to the docs requirements.txt (fixes API docs broken on read the docs #116)
- Add entire .idea folder to the .gitignore
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.
LGTM
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.
LGTM
poetry.lock
Outdated
@@ -198,17 +194,17 @@ python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*" | |||
|
|||
[[package]] | |||
name = "flake8" | |||
version = "3.9.2" | |||
version = "4.0.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.
IIRC flake8 4.x doesn't coexist nicely with newer versions of Sphinx. Was up-reving this intentional? Is this why Sphinx got downgraded from 4.5.0 to 4.3.2 below?