Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Linting #7

Merged
merged 3 commits into from
Aug 24, 2024
Merged

feat: Linting #7

merged 3 commits into from
Aug 24, 2024

Conversation

Yash-pede
Copy link
Contributor

Pull Request: Add Linting and Code Formatting

Summary

This PR adds linting and code formatting tools using pre-commit hooks to improve code quality.

Added Tools

  • isort: Sorts imports automatically.
  • black: Formats code according to PEP 8 standards.
  • ruff:
  • pylint: Performs static code analysis.
  • bandit: Identifies security issues in code.

Requirements Update

Added the above tools to requirements.txt for easy installation.

@Yash-pede Yash-pede requested a review from vineetshar August 24, 2024 09:58
@vineetshar vineetshar merged commit e462d81 into main Aug 24, 2024
@Yash-pede Yash-pede deleted the Code-Formatting branch August 24, 2024 12:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants