[PR #24] [MERGED] black & isort #130

Closed
opened 2026-05-06 12:37:46 +02:00 by BreizhHardware · 0 comments

📋 Pull Request Information

Original PR: https://github.com/patrickchugh/terravision/pull/24
Author: @alexisdrakopoulos
Created: 5/29/2023
Status: Merged
Merged: 5/29/2023
Merged by: @patrickchugh

Base: mainHead: feat/black


📝 Commits (10+)

📊 Changes

83 files changed (+535 additions, -427 deletions)

View changed files

📝 .github/workflows/lint-and-test.yml (+11 -0)
📝 modules/annotations.py (+32 -22)
📝 modules/cloud_config.py (+65 -42)
📝 modules/drawing.py (+7 -8)
📝 modules/fileparser.py (+9 -12)
📝 modules/gitlibs.py (+8 -16)
📝 modules/graphmaker.py (+11 -12)
📝 modules/helpers.py (+56 -26)
📝 modules/interpreter.py (+44 -31)
📝 modules/postfix.py (+2 -4)
📝 modules/resource_handlers.py (+38 -29)
📝 modules/tf_function_handlers.py (+11 -6)
📝 poetry.lock (+121 -1)
📝 pyproject.toml (+6 -0)
📝 resource_classes/__init__.py (+34 -19)
📝 resource_classes/aws/__init__.py (+0 -1)
📝 resource_classes/aws/analytics.py (+0 -2)
📝 resource_classes/aws/ar.py (+0 -2)
📝 resource_classes/aws/blockchain.py (+0 -2)
📝 resource_classes/aws/business.py (+0 -2)

...and 63 more files

📄 Description

I'm sorry

Type of Change

  • Bug Fix
  • New Feature
  • Refactor
  • Documentation

Checklist

All Submissions:

  • Have you checked to ensure there aren't other open Pull Requests for the same update/change?
  • Have you written Documentation/Tests?
  • Have you read done your own code-review?

Changes to Core Features:

  • Have you added an explanation of what your changes do and why you'd like us to include them?
  • Have you written new tests for your core changes, as applicable?
  • Have you successfully run tests with your changes locally?

🔄 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/patrickchugh/terravision/pull/24 **Author:** [@alexisdrakopoulos](https://github.com/alexisdrakopoulos) **Created:** 5/29/2023 **Status:** ✅ Merged **Merged:** 5/29/2023 **Merged by:** [@patrickchugh](https://github.com/patrickchugh) **Base:** `main` ← **Head:** `feat/black` --- ### 📝 Commits (10+) - [`9c4870b`](https://github.com/patrickchugh/terravision/commit/9c4870b2b44b88039886036054043c78c1f91790) black & isort - [`fae7436`](https://github.com/patrickchugh/terravision/commit/fae7436210d5b82c6ab4997925544e60388465d6) add linting - [`c013384`](https://github.com/patrickchugh/terravision/commit/c0133846ca817461aea32765255f0eb715b17878) typo - [`225e6bc`](https://github.com/patrickchugh/terravision/commit/225e6bce2b290c1d39771445b14f89ae041210d2) black - [`25787e6`](https://github.com/patrickchugh/terravision/commit/25787e6a37480bb0777f6cf146963600626caadc) remove unused imports - [`3e312a8`](https://github.com/patrickchugh/terravision/commit/3e312a8458e053139ecac2eab56f12d3908fc72f) isort and black - [`8514bca`](https://github.com/patrickchugh/terravision/commit/8514bca42bc1fdaeb88802f096ef06a6a388c356) black - [`0396b8a`](https://github.com/patrickchugh/terravision/commit/0396b8a22e04eca15bbc8fe4c2bdf8bdcc4e8b09) black and isort - [`982c8ec`](https://github.com/patrickchugh/terravision/commit/982c8ec4f3bbdd269e10952db34e53cc42705514) black - [`af6ee18`](https://github.com/patrickchugh/terravision/commit/af6ee180d2ac0365e42fbdd9f9ce6885d41821cd) skip drawing.py isort ### 📊 Changes **83 files changed** (+535 additions, -427 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/lint-and-test.yml` (+11 -0) 📝 `modules/annotations.py` (+32 -22) 📝 `modules/cloud_config.py` (+65 -42) 📝 `modules/drawing.py` (+7 -8) 📝 `modules/fileparser.py` (+9 -12) 📝 `modules/gitlibs.py` (+8 -16) 📝 `modules/graphmaker.py` (+11 -12) 📝 `modules/helpers.py` (+56 -26) 📝 `modules/interpreter.py` (+44 -31) 📝 `modules/postfix.py` (+2 -4) 📝 `modules/resource_handlers.py` (+38 -29) 📝 `modules/tf_function_handlers.py` (+11 -6) 📝 `poetry.lock` (+121 -1) 📝 `pyproject.toml` (+6 -0) 📝 `resource_classes/__init__.py` (+34 -19) 📝 `resource_classes/aws/__init__.py` (+0 -1) 📝 `resource_classes/aws/analytics.py` (+0 -2) 📝 `resource_classes/aws/ar.py` (+0 -2) 📝 `resource_classes/aws/blockchain.py` (+0 -2) 📝 `resource_classes/aws/business.py` (+0 -2) _...and 63 more files_ </details> ### 📄 Description # I'm sorry ## Type of Change * [ ] Bug Fix * [ ] New Feature * [x] Refactor * [ ] Documentation ## Checklist All Submissions: * [ ] Have you checked to ensure there aren't other open [Pull Requests](../../../pulls) for the same update/change? * [ ] Have you written Documentation/Tests? * [ ] Have you read done your own code-review? ### Changes to Core Features: * [ ] Have you added an explanation of what your changes do and why you'd like us to include them? * [ ] Have you written new tests for your core changes, as applicable? * [ ] Have you successfully run tests with your changes locally? --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
BreizhHardware 2026-05-06 12:37:46 +02: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/terravision#130
No description provided.