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 |
haneslinger
left a comment
There was a problem hiding this comment.
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.
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" | |||
* 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)