Skip to content

chore(lint): relax flake8 checks for tests - #7

Open
DanteX86 wants to merge 1 commit into
masterfrom
chore/flake8-config-adjustments
Open

chore(lint): relax flake8 checks for tests#7
DanteX86 wants to merge 1 commit into
masterfrom
chore/flake8-config-adjustments

Conversation

@DanteX86

Copy link
Copy Markdown
Owner

This PR relaxes flake8 rules for tests and documents the rationale in .flake8.\n\n- Adds per-file-ignores for tests (E501, F401, F841, F821, E231, E722, F722) and common security-lint relaxations used in tests (S101, S105, S404, S603, S607).\n- Keeps strict rules for source files.\n- Goal: keep CI green while allowing expressive tests without busywork edits.\n\nIf you'd prefer fixing specific test issues instead of ignoring, I can follow up with targeted cleanups.

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.

1 participant