[PR #384] [CLOSED] linter fixes #532

Closed
opened 2026-02-27 15:59:04 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/retspen/webvirtcloud/pull/384
Author: @catborise
Created: 11/4/2020
Status: Closed

Base: masterHead: master


📝 Commits (6)

  • f759dc6 fix to prevent not opened connection close error
  • 5a3e0ad page header rearragements
  • c20c353 localization updates
  • c9a2c3d lint with black python. convert f style strings to old one.
  • 77d031b update locale strings
  • 7aaa018 black and isort lint.

📊 Changes

71 files changed (+10789 additions, -10680 deletions)

View changed files

📝 accounts/apps.py (+2 -2)
📝 accounts/migrations/0001_initial.py (+4 -2)
📝 accounts/templates/login.html (+1 -1)
📝 accounts/templatetags/tags_fingerprint.py (+2 -1)
📝 accounts/utils.py (+8 -8)
📝 accounts/views.py (+58 -39)
📝 admin/forms.py (+7 -5)
📝 admin/views.py (+6 -14)
📝 appsettings/views.py (+11 -9)
📝 computes/templates/computes/instances.html (+1 -1)
📝 computes/urls.py (+0 -1)
📝 computes/validators.py (+3 -2)
📝 computes/views.py (+49 -39)
📝 conf/runit/secret_generator.py (+2 -1)
📝 console/sshtunnels.py (+3 -2)
📝 console/views.py (+7 -3)
📝 datasource/views.py (+16 -18)
📝 instances/apps.py (+1 -1)
📝 instances/migrations/0001_initial.py (+1 -2)
📝 instances/migrations/0006_addFlavors.py (+2 -1)

...and 51 more files

📄 Description

black & isort linter fixes

  • f style string conversions
  • some fixes
  • localization updates

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/retspen/webvirtcloud/pull/384 **Author:** [@catborise](https://github.com/catborise) **Created:** 11/4/2020 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (6) - [`f759dc6`](https://github.com/retspen/webvirtcloud/commit/f759dc65648da72163027167f19ab66e1f0fb79a) fix to prevent not opened connection close error - [`5a3e0ad`](https://github.com/retspen/webvirtcloud/commit/5a3e0ad6f2781a812a9f81a027036574750eb55c) page header rearragements - [`c20c353`](https://github.com/retspen/webvirtcloud/commit/c20c353a40cac1f12aff26a7dbcff98112b6c5c4) localization updates - [`c9a2c3d`](https://github.com/retspen/webvirtcloud/commit/c9a2c3d8136a38e9bb066fd6757dc086fb08c700) lint with black python. convert f style strings to old one. - [`77d031b`](https://github.com/retspen/webvirtcloud/commit/77d031b04f0f3e83e00854520b30ba40ddbb3fd2) update locale strings - [`7aaa018`](https://github.com/retspen/webvirtcloud/commit/7aaa018d2c727ba6049e2ba016d16cb096552106) black and isort lint. ### 📊 Changes **71 files changed** (+10789 additions, -10680 deletions) <details> <summary>View changed files</summary> 📝 `accounts/apps.py` (+2 -2) 📝 `accounts/migrations/0001_initial.py` (+4 -2) 📝 `accounts/templates/login.html` (+1 -1) 📝 `accounts/templatetags/tags_fingerprint.py` (+2 -1) 📝 `accounts/utils.py` (+8 -8) 📝 `accounts/views.py` (+58 -39) 📝 `admin/forms.py` (+7 -5) 📝 `admin/views.py` (+6 -14) 📝 `appsettings/views.py` (+11 -9) 📝 `computes/templates/computes/instances.html` (+1 -1) 📝 `computes/urls.py` (+0 -1) 📝 `computes/validators.py` (+3 -2) 📝 `computes/views.py` (+49 -39) 📝 `conf/runit/secret_generator.py` (+2 -1) 📝 `console/sshtunnels.py` (+3 -2) 📝 `console/views.py` (+7 -3) 📝 `datasource/views.py` (+16 -18) 📝 `instances/apps.py` (+1 -1) 📝 `instances/migrations/0001_initial.py` (+1 -2) 📝 `instances/migrations/0006_addFlavors.py` (+2 -1) _...and 51 more files_ </details> ### 📄 Description black & isort linter fixes - f style string conversions - some fixes - localization updates --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 15:59:04 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/webvirtcloud#532
No description provided.