mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-07 21:44:18 +00:00
extend black formatting to tests as well
This commit is contained in:
parent
a7174759e9
commit
af1668bf04
45 changed files with 1644 additions and 1307 deletions
|
|
@ -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])
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue