Skip to content

Commit 5d87b26

Browse files
committed
replace pylama with ruff
1 parent 2779a6c commit 5d87b26

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,5 @@ jobs:
1313
python-version: "3.11"
1414
- name: Install dependencies
1515
run: python -m pip install -r requirements.txt
16-
- name: Lint
17-
run: pylama
1816
- name: Test
1917
run: pytest

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,4 @@ jinja2==3.1.4
88
strictyaml==1.7.3
99
pytest==8.3.2
1010
myst-parser==4.0.0
11+
pytest-ruff==0.4.1

0 commit comments

Comments
 (0)