Skip to content

Commit

Permalink
Add syntax to ignore folders.
Browse files Browse the repository at this point in the history
  • Loading branch information
ioannis-vm committed Aug 17, 2024
1 parent 4675b67 commit 905704d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ select = ["ALL"]
ignore = ["ANN", "D211", "D212", "Q000", "Q003", "COM812", "D203", "ISC001", "E501", "ERA001", "PGH003", "FIX002", "TD003", "S101", "N801", "S311", "G004", "SIM102", "SIM108", "NPY002", "F401"]
preview = false

[tool.ruff.lint.per-file-ignores]
"path/to/folder/*" = ["ALL"]

[tool.ruff.lint.pydocstyle]
convention = "numpy"

Expand Down

0 comments on commit 905704d

Please sign in to comment.