Commit c4c6dea 1 parent f45979b commit c4c6dea Copy full SHA for c4c6dea
File tree 1 file changed +4
-8
lines changed
1 file changed +4
-8
lines changed Original file line number Diff line number Diff line change 1
1
maint :
2
- pyenv local 3.7.15
3
2
pre-commit autoupdate
4
3
pip-compile -U requirements/ci.in
5
4
pip-compile -U requirements/dev.in
@@ -9,13 +8,10 @@ release:
9
8
python make_release.py
10
9
git commit -eF RELEASE_COMMIT_MSG.md
11
10
12
- upload :
13
- make clean
14
- flit publish
15
-
16
11
clean :
12
+ python -m pip install pyclean
17
13
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
19
15
20
16
test :
21
17
pytest tests --cov --cov-report term-missing -vv --cov-report html --durations=3 --timeout=60 pypdf
@@ -29,5 +25,5 @@ benchmark:
29
25
mypy :
30
26
mypy pypdf --ignore-missing-imports --check-untyped --strict
31
27
32
- pylint :
33
- pylint pypdf
28
+ ruff :
29
+ ruff check pypdf tests make_release.py
You can’t perform that action at this time.
0 commit comments