File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ EXTRAS=
2929PYSOURCES =$(wildcard ${MODULE}/** .py) setup.py
3030DEVPKGS =diff_cover black pylint pep257 pydocstyle flake8 tox tox-pyenv \
3131 isort wheel autoflake flake8-bugbear pyupgrade bandit \
32- -rtest-requirements.txt -rmypy-requirements.txt
32+ -rtest-requirements.txt -rmypy-requirements.txt auto-walrus
3333COVBASE =coverage run --append
3434
3535# Updating the Major & Minor version below?
@@ -183,7 +183,8 @@ mypy: $(filter-out setup.py,$(PYSOURCES))
183183 MYPYPATH=$$ MYPYPATH:mypy-stubs mypy $^
184184
185185pyupgrade : $(PYSOURCES )
186- pyupgrade --exit-zero-even-if-changed --py37-plus $^
186+ pyupgrade --exit-zero-even-if-changed --py39-plus $^
187+ auto-walrus $^
187188
188189release-test : FORCE
189190 git diff-index --quiet HEAD -- || ( echo You have uncommitted changes, please commit them and try again; false )
You can’t perform that action at this time.
0 commit comments