mirror of
https://github.com/curl/curl.git
synced 2026-08-25 20:43:32 +03:00
tests: enable additional ruff Python lint options
These all seem reasonable to enable for this code.
This commit is contained in:
parent
223fb00a78
commit
57cc523378
15 changed files with 142 additions and 177 deletions
|
|
@ -21,7 +21,7 @@
|
|||
#
|
||||
# SPDX-License-Identifier: curl
|
||||
#
|
||||
"""Module for extracting test data from the test data folder and other utils"""
|
||||
"""Module for extracting test data from the test data folder and other utils."""
|
||||
|
||||
from __future__ import (absolute_import, division, print_function,
|
||||
unicode_literals)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue