Skip to content

Commit a4db0a4

Browse files
Artur Shirievlesnik512
authored andcommitted
updates
1 parent 525b1d4 commit a4db0a4

File tree

3 files changed

+84
-84
lines changed

3 files changed

+84
-84
lines changed

Justfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ install:
2323
uv sync --all-extras --all-groups --no-install-project --frozen
2424

2525
lint:
26-
uv run end-of-file-fixer .
26+
uv run eof-fixer .
2727
uv run ruff format .
2828
uv run ruff check . --fix
2929
uv run mypy .

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ dev = [
3737
lint = [
3838
"ruff",
3939
"mypy",
40-
"end-of-file-fixer",
40+
"eof-fixer",
4141
"asyncpg-stubs",
4242
]
4343

0 commit comments

Comments
 (0)