Skip to content

Commit d726d28

Browse files
Update Makefile
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
1 parent 9d8ab71 commit d726d28

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ pylint:
1010
pylint --extension-pkg-whitelist='pydantic' ./lib && pylint --extension-pkg-whitelist='pydantic' ./tests
1111

1212
ruff:
13-
ruff check --fix
13+
ruff check --fix ./lib || true
14+
ruff check --fix ./tests || true
1415

1516
test:
1617
python3 -m pytest .

0 commit comments

Comments
 (0)