8000 Merge pull request #10035 from jepler/pin-ruff · jepler/circuitpython@a92e64c · GitHub
[go: up one dir, main page]

Skip to content

Commit a92e64c

Browse files
authored
Merge pull request adafruit#10035 from jepler/pin-ruff
require specific ruff version
2 parents 9e08417 + 469e88d commit a92e64c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ requests-cache
1414
polib
1515

1616
# For pre-commit
17-
ruff
17+
ruff==0.9.4 # ruff version must exactly match pre-commit-config.yaml
1818
pyyaml
1919
pre-commit
2020
micropython-uncrustify

0 commit comments

Comments
 (0)
0