Skip to content

Conversation

gaborbernat
Copy link
Member

@gaborbernat gaborbernat commented Jul 25, 2025

Resolves #3565

@gaborbernat gaborbernat changed the title Don't pass in hte filter argument to tar.extractall on old Python versions Don't pass in the filter argument to tar.extractall on old Python versions Jul 25, 2025
@gaborbernat gaborbernat enabled auto-merge (squash) July 25, 2025 17:45
@gaborbernat gaborbernat merged commit ae930db into tox-dev:main Jul 25, 2025
54 of 55 checks passed
@@ -25,9 +25,9 @@ repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: "v0.12.4"
hooks:
- id: ruff-format
- id: ruff
- id: ruff-check
Copy link
Member

Choose a reason for hiding this comment

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

@gaborbernat Why have you moved the format after check on ruff? My impression was that it was far better to do the format first and the check with fix after. Reason for this being that reformatting is likely to also include fixes for stuff that check might only complain about, so more noise.

Am I wrong? ChatGPT seems to agree, not that I would trust it so much anyway.

Copy link
Member Author

Choose a reason for hiding this comment

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

https://github.com/astral-sh/ruff-pre-commit it's what the official doc recommended

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Crash with module 'tarfile' has no attribute 'data_filter' on CPython <3.9.17 and <3.10.12
2 participants