We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d3eaf5c commit aa82c07Copy full SHA for aa82c07
2 files changed
.pre-commit-config.yaml
@@ -10,7 +10,7 @@ repos:
10
- id: end-of-file-fixer
11
- id: trailing-whitespace
12
- repo: https://github.com/astral-sh/ruff-pre-commit
13
- rev: v0.3.4
+ rev: v0.15.8
14
hooks:
15
- id: ruff-format
16
- id: ruff
examples/neopixel_bouncing_ball.py
@@ -50,7 +50,7 @@
50
51
# Check if the ball is at the bottom to break the loop
52
if top == num_pixels - 1:
53
- floor_count = floor_count + 1
+ floor_count += 1
54
if floor_count == 3:
55
break
56
0 commit comments