Skip to content

Commit c57094f

Browse files
committed
Cleaning up pyproj
1 parent 63d6692 commit c57094f

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

pyproject.toml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -88,10 +88,9 @@ ignore = [
8888
"TD003", # Allow TODO lines
8989
"PLR0913", # Allow many arguments in function definition
9090
"PD901", # Allow variable name df
91+
"N812", # Allow importing functions as `F`
9192
# TODO: Enable all of the following, but this PR is getting too large already
9293
"PTH",
93-
"N812",
94-
"INP001",
9594
"DTZ007",
9695
"RUF015",
9796
"A005",
@@ -125,11 +124,11 @@ extend-allowed-calls = ["lit", "datafusion.lit"]
125124
"PLR0913",
126125
"PT004",
127126
]
128-
"examples/*" = ["D", "W505", "E501", "T201", "S101", "PLR2004", "ANN001", "ANN202"]
127+
"examples/*" = ["D", "W505", "E501", "T201", "S101", "PLR2004", "ANN001", "ANN202", "INP001"]
129128
"dev/*" = ["D", "E", "T", "S", "PLR", "C", "SIM", "UP", "EXE", "N817", "ERA001", "ANN001"]
130-
"benchmarks/*" = ["D", "F", "T", "BLE", "FURB", "PLR", "E", "TD", "TRY", "S", "SIM", "EXE", "UP", "ERA001", "ANN001"]
129+
"benchmarks/*" = ["D", "F", "T", "BLE", "FURB", "PLR", "E", "TD", "TRY", "S", "SIM", "EXE", "UP", "ERA001", "ANN001", "INP001"]
131130
"docs/*" = ["D"]
132-
"docs/source/conf.py" = ["ERA001", "ANN001"]
131+
"docs/source/conf.py" = ["ERA001", "ANN001", "INP001"]
133132

134133
[tool.codespell]
135134
skip = [

0 commit comments

Comments
 (0)