Skip to content

Commit

Permalink
Merge pull request #251 from joclement/next
Browse files Browse the repository at this point in the history
next
  • Loading branch information
joclement authored Dec 20, 2024
2 parents 317d3ac + 6d7b505 commit 29cc85e
Showing 1 changed file with 26 additions and 2 deletions.
28 changes: 26 additions & 2 deletions ruff.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,33 @@
[lint]
select = ["ALL"]
preview = true
ignore = ["CPY001", "E501", "D103", "D211", "D213", "FIX001", "TD001", "TD003"]
ignore = [
"ANN202",
"COM812",
"CPY001",
"E501",
"D103",
"D211",
"D213",
"FIX001",
"PLR2004",
"PLW2901",
"PTH123",
"TD001",
"TD003",
]

[per-file-ignores]
"test_*.py" = [
"ANN001", "ANN201", "D100", "INP001", "S101", "S404", "S603", "T201"
"ANN001",
"ANN201",
"EM101",
"EM102",
"D100",
"INP001",
"S101",
"S404",
"S603",
"T201",
"TRY003",
]

0 comments on commit 29cc85e

Please sign in to comment.