Changeset 5da9b8c3 in trunk
- Timestamp:
- 2020-09-27T16:44:13Z (5 years ago)
- Branches:
- master
- Children:
- b826850
- Parents:
- b306475
- git-author:
- Ross Patterson <me@…> (2020-09-27 16:30:06)
- git-committer:
- Ross Patterson <me@…> (2020-09-27 16:44:13)
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified .pre-commit-config.yaml ¶
rb306475 r5da9b8c3 2 2 - repo: local 3 3 hooks: 4 - id: codechecks 5 name: codechecks 6 stages: ["commit"] 7 entry: "tox -e codechecks" 8 language: system 9 pass_filenames: false 4 10 - id: test 5 11 name: test 12 stages: ["push"] 6 13 entry: "make test" 7 14 language: system -
TabularUnified Makefile ¶
rb306475 r5da9b8c3 32 32 .PHONY: build 33 33 ## Set up and build for local development 34 # To also run checks on every commit: 35 # $ make .git/hooks/pre-commit 36 build: .tox .git/hooks/pre-push 34 build: .tox .git/hooks/pre-commit .git/hooks/pre-push 37 35 38 36 .PHONY: test
Note: See TracChangeset
for help on using the changeset viewer.