Use fix-encoding-pragma pre-commit hook

This commit is contained in:
Anthony Sottile
2019-05-14 15:56:31 -07:00
parent 7573747cda
commit dc75b6af47
188 changed files with 206 additions and 45 deletions

View File

@@ -1,3 +1,4 @@
# -*- coding: utf-8 -*-
""" command line options, ini-file and conftest.py processing. """
from __future__ import absolute_import
from __future__ import division

View File

@@ -1,3 +1,4 @@
# -*- coding: utf-8 -*-
import argparse
import warnings

View File

@@ -1,3 +1,4 @@
# -*- coding: utf-8 -*-
class UsageError(Exception):
""" error in pytest usage or invocation"""

View File

@@ -1,3 +1,4 @@
# -*- coding: utf-8 -*-
import os
import py