Skip to content

Commit 6aed201

Browse files
author
Michael Kryukov
committed
cicd: proper dependencies
1 parent 53d4839 commit 6aed201

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

.github/workflows/check.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
run: |
2727
python -m pip install --upgrade pip
2828
python -m pip install -r requirements.txt
29-
- name: Lint with flake8 and test with pytest
29+
- name: Lint with ruff and test with pytest
3030
run: |
31-
make lint
31+
make check
3232
make test

requirements.txt

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@ mongomock~=4.1.2
33
# Development requirements
44
anyio~=3.5.0
55
beanie~=1.21.0
6-
flake8-quotes~=3.3.1
7-
flake8~=4.0.1
6+
Mongo-Thingy~=0.15.1
87
pytest~=7.0.0
8+
ruff~=0.2.0
99
umongo~=3.1.0
10-
Mongo-Thingy~=0.15.1

0 commit comments

Comments
 (0)