tirith icon indicating copy to clipboard operation
tirith copied to clipboard

Remove required_ from core & added tests to ensure both are working

Open agam1092005 opened this issue 1 year ago • 6 comments

Solved issue #166 Kindly check if issue is solved and merge the PR

Agampreet Singh

agam1092005 avatar Aug 15 '24 18:08 agam1092005

@agam1092005 Can you fix the linting so that we can merge this PR? Thanks!!

AkashS0510 avatar Sep 28 '24 10:09 AkashS0510

@agam1092005 Can you fix the linting so that we can merge this PR? Thanks!!

Sorry, but unable to understand & find the issue

agam1092005 avatar Sep 29 '24 07:09 agam1092005

@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:

  1. Install Black (if you don’t have it already) by running this command:

    pip install black
    
  2. 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! 😊

samriddhi99 avatar Sep 29 '24 12:09 samriddhi99

@agam1092005 Have you been able to fix it?

AkashS0510 avatar Oct 03 '24 17:10 AkashS0510