Skip to content

Commit d82208b

Browse files
committed
add flake8 to deps
1 parent 8fb3e83 commit d82208b

File tree

3 files changed

+45
-1
lines changed

3 files changed

+45
-1
lines changed

.github/workflows/linter-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ jobs:
1818
- uses: actions/setup-python@v2
1919
- run: pip install uv
2020
- run: uv sync
21-
- run: uv run flake8 .
21+
- run: uv run flake8 src

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,5 @@ dev = [
3232
"pre-commit>=4.1.0",
3333
"anyio[trio]>=3.7.1",
3434
"pytest-asyncio>=0.25.3",
35+
"flake8>=7.2.0",
3536
]

uv.lock

Lines changed: 43 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)