Skip to content

Commit 4d10f1b

Browse files
authored
Update ruff to version 0.5.5
1 parent 7ec3f36 commit 4d10f1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
REQUIRED = []
3636

3737
# What packages are optional?
38-
EXTRAS = {"test": ["pytest", "mock", "ruff==0.5.2"]}
38+
EXTRAS = {"test": ["pytest", "mock", "ruff==0.5.5"]}
3939

4040
# Import the README and use it as the long-description.
4141
# Note: this will only work if 'README.md' is present in your MANIFEST.in file!

0 commit comments

Comments
 (0)