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

Evaluate replacing flake8 with ruff #125

Closed
lsorber opened this issue Nov 18, 2022 · 2 comments · Fixed by #144
Closed

Evaluate replacing flake8 with ruff #125

lsorber opened this issue Nov 18, 2022 · 2 comments · Fixed by #144
Assignees
Labels
enhancement New feature or request

Comments

@lsorber
Copy link
Member

lsorber commented Nov 18, 2022

https://github.com/charliermarsh/ruff

Checklist (last updated 2022-11-18):

  • ✅ bandit
  • ❌ darglint
  • 🦺 flake8 (missing Python 3.9 and 3.10 language features)
  • 🦺 flake8-bugbear (25/32)
  • ✅ flake8-comprehensions
  • ❌ flake8-mutable
  • ✅ flake8-print
  • ✅ Flake8-pyproject
  • ❌ flake8-pytest-style
  • ❌ flake8-rst-docstrings
  • 🦺 flake8-tidy-imports (1/3)
  • ✅ pep8-naming
  • ✅ pydocstyle
  • 🦺 pyupgrade (13/33)
  • ✅ yesqa
@lsorber lsorber added the enhancement New feature or request label Nov 18, 2022
@lsorber lsorber self-assigned this Nov 18, 2022
@lsorber
Copy link
Member Author

lsorber commented Dec 19, 2022

2022-12-19:

  • ✅ bandit
  • ❌ darglint
  • ✅ flake8
  • ✅ flake8-bugbear
  • ✅ flake8-comprehensions
  • ❌ flake8-mutable
  • ✅ flake8-print
  • ✅ Flake8-pyproject
  • ❌ flake8-pytest-style
  • ❌ flake8-rst-docstrings
  • 🦺 flake8-tidy-imports (1/3)
  • ✅ pep8-naming
  • ✅ pydocstyle
  • 🦺 pyupgrade (16/33)
  • ✅ yesqa

@lsorber
Copy link
Member Author

lsorber commented Jan 4, 2023

2023-01-04:

  • ✅ bandit
  • ❌ darglint
  • ✅ flake8
  • ✅ flake8-bugbear
  • ✅ flake8-comprehensions
  • ❌ flake8-mutable
  • ✅ flake8-print
  • ✅ Flake8-pyproject
  • ✅ flake8-pytest-style
  • ❌ flake8-rst-docstrings
  • ✅ flake8-tidy-imports (2/3)
  • ✅ pep8-naming
  • ✅ pydocstyle
  • ✅ pyupgrade (27/33)
  • ✅ yesqa

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant