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 53d4839 commit 6aed201Copy full SHA for 6aed201
.github/workflows/check.yml
@@ -26,7 +26,7 @@ jobs:
26
run: |
27
python -m pip install --upgrade pip
28
python -m pip install -r requirements.txt
29
- - name: Lint with flake8 and test with pytest
+ - name: Lint with ruff and test with pytest
30
31
- make lint
+ make check
32
make test
requirements.txt
@@ -3,8 +3,7 @@ mongomock~=4.1.2
3
# Development requirements
4
anyio~=3.5.0
5
beanie~=1.21.0
6
-flake8-quotes~=3.3.1
7
-flake8~=4.0.1
+Mongo-Thingy~=0.15.1
8
pytest~=7.0.0
+ruff~=0.2.0
9
umongo~=3.1.0
10
-Mongo-Thingy~=0.15.1
0 commit comments