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 525b1d4 commit a4db0a4Copy full SHA for a4db0a4
Justfile
@@ -23,7 +23,7 @@ install:
23
uv sync --all-extras --all-groups --no-install-project --frozen
24
25
lint:
26
- uv run end-of-file-fixer .
+ uv run eof-fixer .
27
uv run ruff format .
28
uv run ruff check . --fix
29
uv run mypy .
pyproject.toml
@@ -37,7 +37,7 @@ dev = [
37
lint = [
38
"ruff",
39
"mypy",
40
- "end-of-file-fixer",
+ "eof-fixer",
41
"asyncpg-stubs",
42
]
43
0 commit comments