Skip to content

Commit e4a1fc6

Browse files
author
Zulko
committed
fix: tests.yml
1 parent e23600f commit e4a1fc6

2 files changed

Lines changed: 0 additions & 6 deletions

File tree

.github/workflows/tests.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,5 @@ jobs:
1818
enable-cache: true
1919
- name: Install project dependencies
2020
run: uv sync --dev
21-
- name: Lint with flake8
22-
run: |
23-
uv run flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics
24-
# exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide
25-
uv run flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
2621
- name: Test with pytest
2722
run: uv run pytest

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ version = {attr = "easyAI.version.__version__"}
3636
[project.optional-dependencies]
3737
dev = [
3838
"pytest>=7.0.0",
39-
"flake8",
4039
]
4140

4241
[tool.pytest.ini_options]

0 commit comments

Comments
 (0)