Skip to content
This repository has been archived by the owner on Oct 22, 2024. It is now read-only.

Commit

Permalink
Reconfigure ruff
Browse files Browse the repository at this point in the history
  • Loading branch information
monosans committed Oct 28, 2023
1 parent 3ec76e3 commit 5a866d1
Showing 1 changed file with 6 additions and 12 deletions.
18 changes: 6 additions & 12 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,12 @@ ignore_missing_imports = true

[tool.ruff]
ignore = [
"ANN",
"ANN101",
"ANN102",
"ANN401",
"BLE001",
"C901",
"COM",
"COM812",
"CPY001",
"D100",
"D101",
Expand All @@ -36,19 +38,12 @@ ignore = [
"D105",
"D106",
"D107",
"D203",
"D205",
"D212",
"D213",
"D400",
"D401",
"D407",
"D415",
"D417",
"DJ008",
"E203",
"ERA001",
"FBT002",
"ISC001",
"PD901",
"PERF203",
"PLR0904",
Expand All @@ -61,8 +56,6 @@ ignore = [
"RUF001",
"RUF002",
"RUF003",
"RUF012",
"RUF013",
"S110",
"S112",
"S308",
Expand Down Expand Up @@ -93,6 +86,7 @@ skip-magic-trailing-comma = true
[tool.ruff.isort]
combine-as-imports = true
required-imports = ["from __future__ import annotations"]
split-on-trailing-comma = false

[tool.ruff.pydocstyle]
convention = "google"
Expand Down

0 comments on commit 5a866d1

Please sign in to comment.