Skip to content

Conversation

@yac
Copy link
Contributor

@yac yac commented Dec 12, 2025

ruff does the job of flake8, pep8, pycodestyle, isort, and more while
supporting pyproject.toml configuration - better, faster, stronger.

Migrate flake8 config from setup.cfg to ruff config in pyproject.toml.

Also bump versions in .pre-commit-config.yml to latest.

yac added 2 commits December 12, 2025 16:19
Fix F401 ruff errors by removing unused 'import django_countries.fields'
from 4 migration files. These imports were auto-generated by Django's
migration system but were never actually used in the migration operations.
ruff does the job of flake8, pep8, pycodestyle, isort, and more while
supporting pyproject.toml configuration - better, faster, stronger.

Migrate flake8 config from setup.cfg to ruff config in pyproject.toml.

Also bump versions in .pre-commit-config.yml to latest.
@PetrDlouhy PetrDlouhy merged commit 33819c6 into django-getpaid:master Dec 18, 2025
18 checks passed
@PetrDlouhy
Copy link
Collaborator

@yac Thanks a lot.

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