-
Notifications
You must be signed in to change notification settings - Fork 0
Issues: CarrotManMatt/flake8-carrot
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
Author
Label
Projects
Milestones
Assignee
Sort
Issues list
Only allow the walrus operator (New feature or request
:=
) inside of comprehension, not if
statements
enhancement
#62
opened Nov 29, 2024 by
CarrotManMatt
Ensure typing annotation classes are imported inside of New feature or request
TYPE_CHECKING
block
enhancement
#61
opened Nov 23, 2024 by
CarrotManMatt
Add ruff linting & formatting to pre-commit & CI
deployment
Changes to the deployment or CI/CD configuration
#60
opened Oct 28, 2024 by
CarrotManMatt
3 tasks
Make rules that are replaced by ruff's formatter deprecated
enhancement
New feature or request
high priority
Needs focus/attention as soon as possible
refactor
Improvements to the codebase that do not directly affect users
#59
opened Oct 28, 2024 by
CarrotManMatt
Rename mentions of "ignore comments" to "ignore pragmas"
refactor
Improvements to the codebase that do not directly affect users
#58
opened Oct 28, 2024 by
CarrotManMatt
Ensure using class properties if upper case class variable non-final found
enhancement
New feature or request
#57
opened Oct 22, 2024 by
CarrotManMatt
Prefer New feature or request
match
-case
statements over isinstance()
checks
enhancement
#56
opened Oct 21, 2024 by
CarrotManMatt
Prefer New feature or request
any()
to bool(... or ... or ...)
enhancement
#55
opened Oct 21, 2024 by
CarrotManMatt
Flag unnecessary spread over multiple lines
enhancement
New feature or request
#54
opened Oct 21, 2024 by
CarrotManMatt
Ensure match cases always use keyword arguments
enhancement
New feature or request
#53
opened Oct 20, 2024 by
CarrotManMatt
Ensure logging messages use New feature or request
logger
object if available, not logging
enhancement
#52
opened Oct 18, 2024 by
CarrotManMatt
Add tests to ensure each custom rule does not conflict with ruff rules
refactor
Improvements to the codebase that do not directly affect users
#51
opened Oct 17, 2024 by
CarrotManMatt
Ensure explicit New feature or request
None
default value passed when calling get()
function of mapping etc.
enhancement
#50
opened Oct 12, 2024 by
CarrotManMatt
Ensure generator function does not have context manager
enhancement
New feature or request
#47
opened Sep 21, 2024 by
CarrotManMatt
Add description of rule categories to Improvements or additions to documentation
README.adoc
documentation
#46
opened Sep 19, 2024 by
CarrotManMatt
Ensure New feature or request
type: ignore
& NOQA
categories/rules are in alphabetical order
enhancement
#42
opened Sep 10, 2024 by
CarrotManMatt
Ensure Pycord functions have correct signature
enhancement
New feature or request
#34
opened Aug 3, 2024 by
CarrotManMatt
Too many/few newlines between codeblocks
enhancement
New feature or request
#33
opened Aug 1, 2024 by
CarrotManMatt
Ensure indexing square brackets are not split across multiple lines
enhancement
New feature or request
#30
opened Jul 29, 2024 by
CarrotManMatt
Ensure double space between ignore pragmas
enhancement
New feature or request
#28
opened Jul 25, 2024 by
CarrotManMatt
Ensure initial variable assignments are type-annotated
enhancement
New feature or request
#26
opened Jul 21, 2024 by
CarrotManMatt
Ensure docstring is not given if no custom one set compared to overridden parent class
enhancement
New feature or request
#25
opened Jul 21, 2024 by
CarrotManMatt
Ensure overridden functions are marked with New feature or request
@override
enhancement
#24
opened Jul 21, 2024 by
CarrotManMatt
Ensure accessed setting names are capitalised
enhancement
New feature or request
#23
opened Jul 21, 2024 by
CarrotManMatt
Previous Next
ProTip!
no:milestone will show everything without a milestone.