summaryrefslogtreecommitdiff
path: root/tests/conftest.py
diff options
context:
space:
mode:
authorAnthony Sottile <asottile@umich.edu>2021-04-18 09:17:48 -0700
committerAnthony Sottile <asottile@umich.edu>2021-04-18 09:23:48 -0700
commitaf1668bf04079b1a8db5910a5e3697c7c8db8fc9 (patch)
tree65405b4d3c2c5e1a90fa5eb3d7c8d6b7d4c18c68 /tests/conftest.py
parenta7174759e9a651405ef37db511ac1168e3bbdec5 (diff)
downloadflake8-af1668bf04079b1a8db5910a5e3697c7c8db8fc9.tar.gz
extend black formatting to tests as well
Diffstat (limited to 'tests/conftest.py')
-rw-r--r--tests/conftest.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/conftest.py b/tests/conftest.py
index 9bf4f95..0f48309 100644
--- a/tests/conftest.py
+++ b/tests/conftest.py
@@ -3,4 +3,4 @@ import sys
import flake8
-flake8.configure_logging(2, 'test-logs-%s.%s.log' % sys.version_info[0:2])
+flake8.configure_logging(2, "test-logs-%s.%s.log" % sys.version_info[0:2])