Skip to content

Commit 95acc8f

Browse files
committed
chore: remove ruff from makefile and test requirements
Signed-off-by: jmeridth <[email protected]>
1 parent 6a1d481 commit 95acc8f

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,3 @@ lint:
1717
pylint --rcfile=.github/linters/.python-lint --fail-under=9.0 *.py
1818
mypy --config-file=.github/linters/.mypy.ini *.py
1919
black .
20-
ruff format

requirements-test.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,4 @@ mypy-extensions==1.1.0
55
pylint==3.3.8
66
pytest==8.4.2
77
pytest-cov==7.0.0
8-
ruff==0.13.3
98
types-requests==2.32.4.20250913

0 commit comments

Comments
 (0)