Skip to content

Commit fe675b6

Browse files
authored
Merge pull request #36 from apple1417/master
properly update cruft to py312
2 parents e5643bd + dfef60c commit fe675b6

File tree

3 files changed

+5
-6
lines changed

3 files changed

+5
-6
lines changed

.cruft.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"template": "[email protected]:bl-sdk/common_dotfiles.git",
3-
"commit": "57d16dc4c4604beb228e8c04c31fb010954eb466",
3+
"commit": "138df08443b451852ec12a7de0a38882a0298408",
44
"checkout": null,
55
"context": {
66
"cookiecutter": {

linters.txt

-3
This file was deleted.

pyproject.toml

+4-2
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ include = ["stubs"]
77
[tool.ruff]
88
target-version = "py312"
99
line-length = 100
10+
11+
[tool.ruff.lint]
1012
select = [
1113
"F",
1214
"W",
@@ -30,6 +32,7 @@ select = [
3032
"FA",
3133
"ISC",
3234
"ICN",
35+
"LOG",
3336
"G",
3437
"PIE",
3538
"PYI",
@@ -51,7 +54,6 @@ select = [
5154
"FLY",
5255
"PERF",
5356
"FURB",
54-
"LOG",
5557
"RUF",
5658
]
5759
ignore = [
@@ -94,5 +96,5 @@ ignore = [
9496
"FURB140",
9597
]
9698

97-
[tool.ruff.per-file-ignores]
99+
[tool.ruff.lint.per-file-ignores]
98100
"*.pyi" = ["D418", "A002", "A003"]

0 commit comments

Comments
 (0)