Skip to content

Commit d0af392

Browse files
committed
Re-enable E402
1 parent 98c64a4 commit d0af392

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,6 @@ ignore = [
151151
# TODO: Disabled temporarily, until Python 3.9 support is fully removed in
152152
# May 2026.
153153
###
154-
"E402", # module level import not at top of file
155154
"UP035", # import from typing
156155
"UP036", # Remove unnecessary `sys.version_info` blocks
157156
"RUF100", # Remove unused `noqa` directive

0 commit comments

Comments
 (0)