Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove flake8 plugins in favour of Ruff #11085

Merged
merged 3 commits into from Jan 5, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 0 additions & 2 deletions .flake8
Expand Up @@ -8,8 +8,6 @@ ignore =
W503,
W504,
I101,
B006,
B023,
SIM102,
SIM103,
SIM105,
Expand Down
3 changes: 1 addition & 2 deletions pyproject.toml
Expand Up @@ -81,10 +81,9 @@ docs = [
]
lint = [
"flake8>=3.5.0",
"flake8-comprehensions",
"flake8-bugbear",
"flake8-simplify",
"isort",
AA-Turner marked this conversation as resolved.
Show resolved Hide resolved
"ruff",
Copy link
Contributor Author

Choose a reason for hiding this comment

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

@AA-Turner

we should pin this, as ruff is moving very fast and PRs will break because of changes not related to the PRs (eg. #11086)

"mypy>=0.990",
"sphinx-lint",
"docutils-stubs",
Expand Down