source:
trunk/.pre-commit-config.yaml
Last change on this file was 38dd0d1b, checked in by Jean-Paul Calderone <exarkun@…>, at 2020-11-19T16:12:08Z | |
---|---|
|
|
File size: 212 bytes |
Line | |
---|---|
1 | repos: |
2 | - repo: "local" |
3 | hooks: |
4 | - id: "codechecks" |
5 | name: "codechecks" |
6 | stages: ["push"] |
7 | language: "system" |
8 | files: ".py$" |
9 | entry: "tox -e codechecks" |
10 | pass_filenames: true |
Note: See TracBrowser
for help on using the repository browser.