Skip to content

Commit

Permalink
Update .ruff.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
nabobalis authored Dec 6, 2024
1 parent 56ec6e5 commit 9947b83
Showing 1 changed file with 0 additions and 31 deletions.
31 changes: 0 additions & 31 deletions .ruff.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,37 +35,6 @@ extend-ignore = [
]

[lint.per-file-ignores]
<<<<<<<
=======
"setup.py" = [
"INP001", # File is part of an implicit namespace package.
]
"conftest.py" = [
"INP001", # File is part of an implicit namespace package.
]
"docs/conf.py" = [
"E402" # Module imports not at top of file
]
"docs/*.py" = [
"INP001", # File is part of an implicit namespace package.
]
"examples/**.py" = [
"T201", # allow use of print in examples
"INP001", # File is part of an implicit namespace package.
]
"__init__.py" = [
"E402", # Module level import not at top of cell
"F401", # Unused import
"F403", # from {name} import * used; unable to detect undefined names
"F405", # {name} may be undefined, or defined from star imports
]
"test_*.py" = [
"E402", # Module level import not at top of cell
]

[lint.pydocstyle]
convention = "numpy"
>>>>>>>
"setup.py" = [
"INP001", # File is part of an implicit namespace package.
]
Expand Down

0 comments on commit 9947b83

Please sign in to comment.