-
-
Couldn't load subscription status.
- Fork 371
chore: adhere to ruff's "N" rules #2377
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
Conversation
4734533 to
47bdc13
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## dev #2377 +/- ##
==========================================
+ Coverage 59.96% 59.97% +0.01%
==========================================
Files 65 65
Lines 9434 9434
==========================================
+ Hits 5657 5658 +1
+ Misses 3777 3776 -1 ☔ View full report in Codecov by Sentry. |
|
6 extensions were incompatible, pr's are open with min_version |
That is why the JMeter tests fail? |
|
JMeter test fail reasons: Could not load extension `tpos`: cannot import name 'websocketUpdater' from 'lnbits.core.services' ("lnbits/lnbits/core/services.py)
Could not load extension `copilot`: cannot import name 'websocketUpdater' from 'lnbits.core.services' ("lnbits/lnbits/core/services.py)
Could not load extension `nostrrelay`: cannot import name 'websocketUpdater' from 'lnbits.core.services' ("lnbits/lnbits/core/services.py)
Could not load extension `lnurldevice`: cannot import name 'websocketUpdater' from 'lnbits.core.services' ("lnbits/lnbits/core/services.py)
Could not load extension `nostrmarket`: cannot import name 'websocketUpdater' from 'lnbits.core.services' ("lnbits/lnbits/core/services.py)
Could not load extension `bleskomat`: cannot import name 'PaymentFailure' from 'lnbits.core.services' ("lnbits/lnbits/core/services.py) |
* chore: rename `websocketUpdater` lnbits/lnbits#2377
* chore: rename `websocketUpdater` lnbits/lnbits#2377
* chore: rename `websocketUpdater` lnbits/lnbits#2377
* chore: rename `websocketUpdater` lnbits/lnbits#2377
* chore: rename `websocketUpdater` lnbits/lnbits#2377
|
after this pr os merge you need to update extensions listed in the above issue |
bunch of more consistent variable naming. inspired by this issue. #2308
Co-authored-by: Pavol Rusnak <[email protected]>
bunch of more consistent variable naming. inspired by this issue. #2308
WARNING this breaks some imports in extensions, UPDATE them to fix!
jmeter tests temporarly disabled #2410