waleedkadous / ansari-backend

Ansari is a helper for you to become a better Muslim
64 stars 11 forks source link

Address Linting Violations #24

Open abdullah-alnahas opened 3 months ago

abdullah-alnahas commented 3 months ago

Running flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics will show a long log of linting violations.

Most of these can be resolved using tools like autopep8, black, isort, and pycodestyle, while others need to be addressed manually.

I asked Gemini Ultra for help. Here is the conversation.

waleedkadous commented 3 months ago

I've applied black to the dataset to at least get rid of some of the lint errors.

waleedkadous commented 3 months ago

Cleaned up ansari_db.py and main_api.py