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

style: Fix unnecessary-range-start (PIE808) #4455

Merged
merged 1 commit into from
Oct 5, 2024

Conversation

echoix
Copy link
Member

@echoix echoix commented Oct 5, 2024

As 0 is the default start value, it can be safely omitted.

Ruff rule: https://docs.astral.sh/ruff/rules/unnecessary-range-start/

As 0 is the default start value, it can be safely omitted.

Ruff rule: https://docs.astral.sh/ruff/rules/unnecessary-range-start/
@echoix echoix added this to the 8.5.0 milestone Oct 5, 2024
@echoix echoix requested a review from ninsbl October 5, 2024 18:08
@echoix echoix enabled auto-merge (squash) October 5, 2024 18:27
@github-actions github-actions bot added GUI wxGUI related vector Related to vector data processing Python Related code is in Python libraries module general display imagery tests Related to Test Suite labels Oct 5, 2024
@echoix echoix merged commit 209739a into OSGeo:main Oct 5, 2024
26 of 27 checks passed
@echoix echoix deleted the fix-PIE808-unnecessary-range-start branch October 5, 2024 21:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
display general GUI wxGUI related imagery libraries module Python Related code is in Python tests Related to Test Suite vector Related to vector data processing
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants