Skip to content

Commit

Permalink
sync hatch defaults for ruff
Browse files Browse the repository at this point in the history
  • Loading branch information
fschuch committed Jun 6, 2024
1 parent ed9bedd commit a0d34ef
Showing 1 changed file with 29 additions and 6 deletions.
35 changes: 29 additions & 6 deletions ruff_defaults.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ select = [
"B032",
"B033",
"B034",
"B035",
"B904",
"B905",
"BLE001",
Expand Down Expand Up @@ -83,7 +84,6 @@ select = [
"E101",
"E401",
"E402",
"E501",
"E701",
"E702",
"E703",
Expand Down Expand Up @@ -173,6 +173,10 @@ select = [
"INT002",
"INT003",
"ISC003",
"LOG001",
"LOG002",
"LOG007",
"LOG009",
"N801",
"N802",
"N803",
Expand All @@ -193,8 +197,6 @@ select = [
"PERF102",
"PERF401",
"PERF402",
"PGH001",
"PGH002",
"PGH005",
"PIE790",
"PIE794",
Expand All @@ -216,6 +218,7 @@ select = [
"PLE0116",
"PLE0117",
"PLE0118",
"PLE0237",
"PLE0241",
"PLE0302",
"PLE0307",
Expand Down Expand Up @@ -330,6 +333,7 @@ select = [
"PYI054",
"PYI055",
"PYI056",
"PYI058",
"RET503",
"RET504",
"RET505",
Expand All @@ -346,13 +350,15 @@ select = [
"RUF008",
"RUF009",
"RUF010",
"RUF011",
"RUF012",
"RUF013",
"RUF015",
"RUF016",
"RUF017",
"RUF018",
"RUF019",
"RUF020",
"RUF100",
"RUF200",
"S101",
"S102",
"S103",
Expand All @@ -364,6 +370,8 @@ select = [
"S110",
"S112",
"S113",
"S201",
"S202",
"S301",
"S302",
"S303",
Expand All @@ -387,7 +395,12 @@ select = [
"S323",
"S324",
"S501",
"S502",
"S503",
"S504",
"S505",
"S506",
"S507",
"S508",
"S509",
"S601",
Expand All @@ -398,8 +411,10 @@ select = [
"S607",
"S608",
"S609",
"S611",
"S612",
"S701",
"S702",
"SIM101",
"SIM102",
"SIM103",
Expand All @@ -409,6 +424,7 @@ select = [
"SIM109",
"SIM110",
"SIM112",
"SIM113",
"SIM114",
"SIM115",
"SIM116",
Expand All @@ -426,6 +442,7 @@ select = [
"SIM223",
"SIM300",
"SIM910",
"SIM911",
"SLF001",
"SLOT000",
"SLOT001",
Expand All @@ -438,17 +455,22 @@ select = [
"TCH003",
"TCH004",
"TCH005",
"TCH010",
"TD004",
"TD005",
"TD006",
"TD007",
"TID251",
"TID252",
"TID253",
"TRIO100",
"TRIO105",
"TRIO109",
"TRIO110",
"TRIO115",
"TRY002",
"TRY003",
"TRY004",
"TRY200",
"TRY201",
"TRY300",
"TRY301",
Expand Down Expand Up @@ -493,6 +515,7 @@ select = [
"UP038",
"UP039",
"UP040",
"UP041",
"W291",
"W292",
"W293",
Expand Down

0 comments on commit a0d34ef

Please sign in to comment.