Add whitespace fixers

This commit is contained in:
Anthony Sottile 2019-09-07 23:49:47 -07:00
parent 5cce7c2cc3
commit e42884cf60
4 changed files with 7 additions and 3 deletions

View file

@ -1,4 +1,10 @@
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v2.3.0
hooks:
- id: end-of-file-fixer
- id: trailing-whitespace
exclude: ^tests/fixtures/diffs/
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v0.720
hooks:

View file

@ -40,4 +40,3 @@ comment:
layout: "header, diff, changes, sunburst, uncovered, tree"
branches: null
behavior: default

View file

@ -83,4 +83,3 @@ Features
https://gitlab.com/pycqa/flake8/merge_requests/287
.. _GitLab!288:
https://gitlab.com/pycqa/flake8/merge_requests/288