Remove required_ from core & added tests to ensure both are working
Solved issue #166 Kindly check if issue is solved and merge the PR
Agampreet Singh
Quality Gate passed
Issues
0 New issues
0 Accepted issues
Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code
@agam1092005 Can you fix the linting so that we can merge this PR? Thanks!!
@agam1092005 Can you fix the linting so that we can merge this PR? Thanks!!
Sorry, but unable to understand & find the issue
@agam1092005 Can you fix the linting so that we can merge this PR? Thanks!!
Sorry, but unable to understand & find the issue
Hey there!
No worries if "linting" sounded confusing! Basically, we just need to clean up the code's formatting so it's neat and follows standard style guidelines.
Tirith uses a tool called black. Here’s how you can do it:
-
Install Black (if you don’t have it already) by running this command:
pip install black -
Once installed, just run this in your terminal:
black <your_filename.py>Replace
<your_filename.py>with the actual file name you're working on.
That’s it! Black will automatically fix the formatting for you, so you don’t have to worry about the details. Let me know if you need help with anything else! 😊
@agam1092005 Have you been able to fix it?
Quality Gate passed
Issues
0 New issues
0 Accepted issues
Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code