Skip to content

Commit 2e56c8c

Browse files
author
Artur Shiriev
committed
rename eof-fixer
1 parent 2cd766a commit 2e56c8c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Justfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@ install:
1717
uv sync --all-extras --all-groups --frozen
1818

1919
lint:
20-
uv run end-of-file-fixer .
20+
uv run eof-fixer .
2121
uv run ruff format
2222
uv run ruff check --fix
2323
uv run mypy .
2424

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

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ lint = [
2323
# linters
2424
"ruff",
2525
"mypy",
26-
"end-of-file-fixer",
26+
"eof-fixer",
2727
# stubs
2828
"types-redis",
2929
]

0 commit comments

Comments
 (0)