Skip to content

Commit c4c6dea

Browse files
DEV: Remove outdated references from Makefile (#3170)
Relates to #2848.
1 parent f45979b commit c4c6dea

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

Makefile

+4-8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
maint:
2-
pyenv local 3.7.15
32
pre-commit autoupdate
43
pip-compile -U requirements/ci.in
54
pip-compile -U requirements/dev.in
@@ -9,13 +8,10 @@ release:
98
python make_release.py
109
git commit -eF RELEASE_COMMIT_MSG.md
1110

12-
upload:
13-
make clean
14-
flit publish
15-
1611
clean:
12+
python -m pip install pyclean
1713
pyclean .
18-
rm -rf tests/__pycache__ pypdf/__pycache__ Image9.png htmlcov docs/_build dist dont_commit_merged.pdf dont_commit_writer.pdf pypdf.egg-info pypdf_pdfLocation.txt .pytest_cache .mypy_cache .benchmarks
14+
rm -rf tests/__pycache__ pypdf/__pycache__ htmlcov docs/_build dist pypdf.egg-info .pytest_cache .mypy_cache .benchmarks
1915

2016
test:
2117
pytest tests --cov --cov-report term-missing -vv --cov-report html --durations=3 --timeout=60 pypdf
@@ -29,5 +25,5 @@ benchmark:
2925
mypy:
3026
mypy pypdf --ignore-missing-imports --check-untyped --strict
3127

32-
pylint:
33-
pylint pypdf
28+
ruff:
29+
ruff check pypdf tests make_release.py

0 commit comments

Comments
 (0)