Skip to content

Commit 0fc6dc7

Browse files
authored
[lint] Remove UP038 reference (#650)
Was seeing: ``` warning: The following rules have been removed and ignoring them has no effect: - UP038 ```
1 parent 25fc570 commit 0fc6dc7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ select = [
7575
]
7676
ignore = [
7777
"C409", "C419", "COM812", "E501", "ERA001", "FURB189", "G004", "PERF203", "PERF401",
78-
"RET501", "SIM102", "SIM108", "SIM115", "UP035", "UP038",
78+
"RET501", "SIM102", "SIM108", "SIM115", "UP035",
7979
]
8080
extend-safe-fixes = ["TC", "UP045", "RUF013", "RSE102"]
8181
preview = true

0 commit comments

Comments
 (0)