Skip to content

Commit d59606f

Browse files
author
sid_terrafloww
committed
ruff library missing fix
1 parent d76ef4f commit d59606f

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ pytest>=7.4.3
3131
pytest-asyncio>=0.23.2
3232
pytest-cov>=4.1.0
3333
black>=23.12.1
34+
ruff==0.8.6
3435
isort>=5.13.2
3536
flake8>=7.0.0
3637
httpx[http2]

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@
3535
"pytest-asyncio>=0.23.2",
3636
"pytest-cov>=4.1.0",
3737
"black>=23.12.1",
38+
"ruff==0.8.6",
3839
"isort>=5.13.2",
3940
"flake8>=7.0.0",
4041
"httpx[http2]",

0 commit comments

Comments
 (0)