Skip to content

Commit 628a406

Browse files
committed
Bump versions in contribution instructions.
1 parent 34b7cf4 commit 628a406

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

Makefile

+2-6
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ precommit-test: colima
1919
tox -e py38,coverage
2020

2121
.PHONY: lint
22-
lint: check-format flake8 bandit safety refurb ## Lint code
22+
lint: check-format flake8 bandit refurb ## Lint code
2323

2424
.PHONY: flake8
2525
flake8:
@@ -44,10 +44,6 @@ refurb:
4444
typecheck:
4545
tox -e pyright,mypy
4646

47-
.PHONY: safety
48-
safety:
49-
tox -e safety
50-
5147
.PHONY: check-format
5248
check-format:
5349
tox -e check-format
@@ -77,7 +73,7 @@ precommit: precommit-test typecheck lint docs ## Pre-commit targets
7773
.PHONY: recreate
7874
recreate: clean jsdeps ## Recreate tox environments
7975
tox --recreate --notest -p -s
80-
tox --recreate --notest -e coverage,format,check-format,flake8,pylint,bandit,safety,piprot,mypy,pyright,docs,refurb -p
76+
tox --recreate --notest -e coverage,format,check-format,flake8,pylint,bandit,piprot,mypy,pyright,docs,refurb -p
8177

8278
.PHONY: jsdeps
8379
jsdeps:

0 commit comments

Comments
 (0)