-
Notifications
You must be signed in to change notification settings - Fork 0
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
Updates python to 3.12 #329
Conversation
Bumps all packages/deps Removes pylama (no longer maintained)
😢 do we want to add in the things pylama used to package? or a different code auditor? |
|
Looks like pylama has been ghosted. There's even an outstanding PR that fixes the python 3.12 issues here, but no love from the maintainer. As for pylama replacement, I don't fully understand all the things it did, so I'm ill equipped to recommend a replacement. Do you have preferences? I dig into this in the coming days |
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.
Looking good, thank you.
- repo: https://github.com/gvanderest/pylama-pre-commit | ||
rev: 0.1.2 | ||
hooks: | ||
- id: pylama | ||
additional_dependencies: | ||
- pyflakes==2.4.0 |
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.
why no pre-commit
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.
pulled the pylama pre-commit due to the pylama errors
@@ -9,32 +9,32 @@ authors = ["Your Name <you@example.com>"] | |||
repository = "https://github.com/NREL/Wattile" |
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.
noice
* Updates python to 3.12 Bumps all packages/deps Removes pylama (no longer maintained) * Pins numpy at v1 major release * Uses tilde versioning over caret (easier to reason about)
Bumps all packages/deps
Removes pylama (no longer maintained)