diff options
Diffstat (limited to '.pre-commit-config.yaml')
| -rw-r--r-- | .pre-commit-config.yaml | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml deleted file mode 100644 index 559e626..0000000 --- a/.pre-commit-config.yaml +++ /dev/null @@ -1,23 +0,0 @@ -fail_fast: true -repos: -- repo: local - hooks: - - id: format - name: Format - stages: [commit] - language: system - entry: pipenv run format - types: [python] - - id: lint - name: Lint - stages: [commit] - language: system - entry: pipenv run lint - types: [python] - - id: test - name: Test - stages: [commit] - language: system - entry: pipenv run test - types: [python] - pass_filenames: false |
