We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d8ab71 commit d726d28Copy full SHA for d726d28
Makefile
@@ -10,7 +10,8 @@ pylint:
10
pylint --extension-pkg-whitelist='pydantic' ./lib && pylint --extension-pkg-whitelist='pydantic' ./tests
11
12
ruff:
13
- ruff check --fix
+ ruff check --fix ./lib || true
14
+ ruff check --fix ./tests || true
15
16
test:
17
python3 -m pytest .
0 commit comments