Skip to content

Remove obsolete configuration files (.pep8speaks.yml and .pyup.yml)#1239

Merged
bact merged 2 commits intodevfrom
copilot/remove-unused-files-and-configs
Jan 30, 2026
Merged

Remove obsolete configuration files (.pep8speaks.yml and .pyup.yml)#1239
bact merged 2 commits intodevfrom
copilot/remove-unused-files-and-configs

Conversation

Copy link
Contributor

Copilot AI commented Jan 30, 2026

What does this changes

Removes .pep8speaks.yml and .pyup.yml configuration files.

What was wrong

Two legacy third-party service configuration files remained in the repository despite being superseded:

  • .pep8speaks.yml - pep8speaks bot (inactive service, no references in codebase)
  • .pyup.yml - pyup.io updater (disabled with update: false, references non-existent requirements.txt)

How this fixes it

Removes both files. Modern alternatives already active:

  • Linting: ruff via GitHub Actions (.github/workflows/lint.yml) + [tool.ruff] in pyproject.toml
  • Dependencies: Dependabot (.github/dependabot.yml)

Your checklist for this pull request

  • Passed code styles and structures
  • Passed code linting checks and unit test
Original prompt

Scan the repo for unused files, obsoleted files that can be removed safely.
Or individual tool-specific configuration files that can be integrated into pyproject.toml


💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

Co-authored-by: bact <128572+bact@users.noreply.github.com>
@sonarqubecloud
Copy link

Copilot AI changed the title [WIP] Scan for and remove unused or obsoleted files Remove obsolete configuration files (.pep8speaks.yml and .pyup.yml) Jan 30, 2026
Copilot AI requested a review from bact January 30, 2026 09:39
@bact bact added the infrastructure build process, configuration, GitHub Actions label Jan 30, 2026
@bact bact marked this pull request as ready for review January 30, 2026 09:55
@bact bact merged commit fbf4d04 into dev Jan 30, 2026
11 checks passed
@bact bact deleted the copilot/remove-unused-files-and-configs branch January 30, 2026 09:55
@bact bact added this to the 5.3 milestone Jan 30, 2026
@bact bact mentioned this pull request Feb 1, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

infrastructure build process, configuration, GitHub Actions

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants