1
0
mirror of https://github.com/kevin1024/vcrpy.git synced 2025-12-10 09:35:34 +00:00

Enable E, W and F linters for ruff

This commit is contained in:
Jair Henrique
2023-06-26 17:07:59 -03:00
parent 6b2fc182c3
commit 016a394f2c
11 changed files with 33 additions and 43 deletions

View File

@@ -1,15 +1,15 @@
from configparser import DuplicateSectionError
import pytest
import vcr
boto = pytest.importorskip("boto")
from configparser import DuplicateSectionError
import boto
import boto.iam
from boto.s3.connection import S3Connection
from boto.s3.key import Key
import vcr
import boto # noqa
import boto.iam # noqa
from boto.s3.connection import S3Connection # noqa
from boto.s3.key import Key # noqa
def test_boto_stubs(tmpdir):