This commit is contained in:
Anthony Sottile 2018-11-21 13:40:01 -08:00
parent b3f205a936
commit ef5ef0d9bf
2 changed files with 55 additions and 0 deletions

6
.pre-commit-hooks.yaml Normal file
View file

@ -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]