Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitc21a886

Browse files
MNT: Enforce ruff/Perflint rules (PERF)
1 parent7c427be commitc21a886

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

‎ruff.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ extend-select = [
2929
"FLY",
3030
"I",
3131
"PD",
32+
"PERF",
3233
"E",
3334
"W",
3435
"PGH",
@@ -47,6 +48,7 @@ ignore = [
4748
"ISC002",# Implicitly concatenated string literals over multiple lines
4849
"PIE790",# Unnecessary `pass` statement
4950
"PD901",# Avoid using the generic variable name `df` for DataFrames
51+
"PERF401",# PERF401 Use a list comprehension to create a transformed list
5052
"E241",# Multiple spaces after comma
5153
"E265",# Block comment should start with `# `
5254
"E266",# Too many leading `#` before block comment

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp