Open Issues Need Help
View All on GitHubAI Summary: This issue requests adding descriptive strings next to exclusion rules within the `lint.ignore` section of the `pyproject.toml` file. The goal is to improve clarity by mirroring the existing practice for `lint.select` rules, making the configuration more understandable.
https://superstaq.readthedocs.io
AI Summary: The task is to update the Superstaq project's linting configuration to enable most of the `'PT'` (flake8-pytest-style) and `'SIM'` (flake8-simplify) rules from the `ruff` linter, while excluding a specific set of rules (PT012, PT019, PT022, SIM102, SIM105, SIM108, SIM118). This involves modifying the `pyproject.toml` file to include or exclude the appropriate rules.
https://superstaq.readthedocs.io