Skip to content

Commit

Permalink
Bump versions in contribution instructions.
Browse files Browse the repository at this point in the history
  • Loading branch information
brunns committed May 13, 2024
1 parent 34b7cf4 commit 628a406
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ precommit-test: colima
tox -e py38,coverage

.PHONY: lint
lint: check-format flake8 bandit safety refurb ## Lint code
lint: check-format flake8 bandit refurb ## Lint code

.PHONY: flake8
flake8:
Expand All @@ -44,10 +44,6 @@ refurb:
typecheck:
tox -e pyright,mypy

.PHONY: safety
safety:
tox -e safety

.PHONY: check-format
check-format:
tox -e check-format
Expand Down Expand Up @@ -77,7 +73,7 @@ precommit: precommit-test typecheck lint docs ## Pre-commit targets
.PHONY: recreate
recreate: clean jsdeps ## Recreate tox environments
tox --recreate --notest -p -s
tox --recreate --notest -e coverage,format,check-format,flake8,pylint,bandit,safety,piprot,mypy,pyright,docs,refurb -p
tox --recreate --notest -e coverage,format,check-format,flake8,pylint,bandit,piprot,mypy,pyright,docs,refurb -p

.PHONY: jsdeps
jsdeps:
Expand Down

0 comments on commit 628a406

Please sign in to comment.