diff options
| author | Anthony Sottile <asottile@umich.edu> | 2018-11-21 13:40:01 -0800 |
|---|---|---|
| committer | Anthony Sottile <asottile@umich.edu> | 2018-11-21 13:40:48 -0800 |
| commit | ef5ef0d9bf601694c2f91f5fe610c69a5a98648d (patch) | |
| tree | cab9da0695953a30ddf4eb93c23804de6020a47c /.pre-commit-hooks.yaml | |
| parent | b3f205a936c8e7d3e3866b417f44872f8bf4ad2c (diff) | |
| download | flake8-pre_commit_config.tar.gz | |
Add https://pre-commit.com metadatapre_commit_config
Diffstat (limited to '.pre-commit-hooks.yaml')
| -rw-r--r-- | .pre-commit-hooks.yaml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.pre-commit-hooks.yaml b/.pre-commit-hooks.yaml new file mode 100644 index 0000000..ef8015e --- /dev/null +++ b/.pre-commit-hooks.yaml @@ -0,0 +1,6 @@ +- id: flake8 + name: flake8 + description: '`flake8` is a command-line utility for enforcing style consistency across Python projects.' + entry: flake8 + language: python + types: [python] |
