summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorAnthony Sottile <asottile@umich.edu>2019-05-14 15:56:31 -0700
committerAnthony Sottile <asottile@umich.edu>2019-05-14 15:56:31 -0700
commitdc75b6af47abd06332b28ff4857172ba838f4fe4 (patch)
treecf7149a60aaf51df9e860c8f2137cf7d5ab161fd /scripts
parent7573747cda7536c7d15595dc1d03c513b387743c (diff)
downloadpytest-dc75b6af47abd06332b28ff4857172ba838f4fe4.tar.gz
Use fix-encoding-pragma pre-commit hook
Diffstat (limited to 'scripts')
-rw-r--r--scripts/release.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/release.py b/scripts/release.py
index 5009df359..32178fcf6 100644
--- a/scripts/release.py
+++ b/scripts/release.py
@@ -1,3 +1,4 @@
+# -*- coding: utf-8 -*-
"""
Invoke development tasks.
"""