Skip to content

chore: move flake8 config from tox.ini to .flake8#3799

Closed
cobyoo wants to merge 1 commit intodlt-hub:develfrom
cobyoo:chore/move-flake8-config-from-tox-ini
Closed

chore: move flake8 config from tox.ini to .flake8#3799
cobyoo wants to merge 1 commit intodlt-hub:develfrom
cobyoo:chore/move-flake8-config-from-tox-ini

Conversation

@cobyoo
Copy link
Copy Markdown

@cobyoo cobyoo commented Mar 29, 2026

Summary

  • Rename tox.ini.flake8 since the file only contains a [flake8] section (no tox configuration)
  • .flake8 is the canonical config file for flake8, removing the misleading tox.ini from the repo root
  • No content changes — file rename only

Partially resolves #3346.

Test plan

  • CI flake8 lint passes (flake8 reads .flake8 with higher priority than tox.ini)
  • No other tools reference tox.ini

tox.ini only contained a [flake8] section (no tox config).
Rename to .flake8 which is the canonical config file for flake8,
removing the misleading tox.ini from the repo root.

Part of dlt-hub#3346.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@anuunchin
Copy link
Copy Markdown
Contributor

Closing this in favor of #3828, since renaming doesn't solve the consolidation goal - see comment in the original issue

@anuunchin anuunchin closed this Apr 10, 2026
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.

chore: move all tooling to pyproject.toml

2 participants