Skip to content

Conversation

@DivInstance
Copy link
Contributor

This PR adds flake8 as a CI lint job and includes a small code fix to ensure lint passes.

Changes:

  • Add .github/workflows/lint.yml to run flake8 on push and pull_request using Python 3.8, matching the Dockerfile base image.
  • Fix an unused exception variable in github-dork.py to satisfy flake8.

Notes:

  • The repository already defines flake8 settings in setup.cfg (max-line-length=120), which the workflow respects.
  • No functional behavior changed; only lint improvements and CI setup.

Resolves: #59

- Add GitHub Actions workflow to run flake8 on push and PR
- Align Python version with Dockerfile (3.8)
- Fix unused variable in exception handler to satisfy flake8

Refs: techgaun#59
Copy link
Owner

@techgaun techgaun left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👌 💜 🔥 💯 🚀 LGTM 🚀 💯 🔥 💜 👌

@DivInstance
Copy link
Contributor Author

Thank you so much for merging :))
Have a great day ahead.

@techgaun techgaun merged commit 0cfd2cc into techgaun:master Oct 5, 2025
2 checks passed
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.

U

2 participants