Skip to content

Commit

Permalink
npy
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderDokuchaev committed Jul 2, 2024
1 parent 05cf3f6 commit 9bfa845
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ruff.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,13 @@ ignore = [
"SIM110", # reimplemented-builtin
"SIM117", # multiple-with-statements
"SIM103", # needless-bool
"NPY002", # numpy-legacy-random
]
select = [
"E", # pycodestyle rules
"F", # pyflakes rules
"CPY001", # copyright check
"NPY201"
"NPY", # numpy rules
]
extend-select = [
"SIM", # https://pypi.org/project/flake8-simplify
Expand Down

0 comments on commit 9bfa845

Please sign in to comment.