ruff/crates/ruff_linter/resources/test/fixtures/pycodestyle/E402_3.py
InSync b9c53a74f9
[pycodestyle] Exempt pytest.importorskip() calls (E402) (#14474)
## Summary

Resolves #13537.

## Test Plan

`cargo nextest run` and `cargo insta test`.
2024-11-19 22:08:15 -05:00

8 lines
102 B
Python

import pytest
pytest.importorskip("foo.bar")
import re
from sys import version
from numpy import *