8000 Remove pycodestyle warnings, no longer meaningful when using ruff for… · python/importlib_resources@b00e9dd · GitHub
[go: up one dir, main page]

Skip to content

Commit b00e9dd

Browse files
committed
Remove pycodestyle warnings, no longer meaningful when using ruff formatter.
Ref jaraco/skeleton@d1c5444#commitcomment-153409678
1 parent b7d4b6e commit b00e9dd

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ruff.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ extend-select = [
88
"C901", # complex-structure
99
"I", # isort
1010
"PERF401", # manual-list-comprehension
11-
"W", # pycodestyle Warning
1211

1312
# Ensure modern type annotation syntax and best practices
1413
# Not including those covered by type-checkers or exclusive to Python 3.11+

0 commit comments

Comments
 (0)
0