Skip to content

Commit f079866

Browse files
Enable ruff's NumPy-specific rules (#2782)
Add ruff's 'NPY' check to 'select' in 'pyproject.toml'
1 parent 728c916 commit f079866

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@ select = [
9292
"E", # pycodestyle
9393
"F", # pyflakes
9494
"I", # isort
95+
"NPY", # numpy
9596
"UP", # pyupgrade
9697
"W", # pycodestyle warnings
9798
]

0 commit comments

Comments
 (0)