Skip to content

Commit

Permalink
Delete accidentally duplicated line in pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
TheByronHimes committed Nov 27, 2024
1 parent 7c41e1b commit f98fba9
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion .pyproject_generation/pyproject_template.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ fixable = [
ignore = [
"E",
"W",
"PLW",
"PLW", # pylint warnings
"RUF001", # ambiguous unicode character strings
"RUF010", # explicit conversion to string or repr: !s or !r
Expand Down
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ ignore = [
"E",
"W",
"PLW",
"PLW",
"RUF001",
"RUF010",
"RUF012",
Expand Down

0 comments on commit f98fba9

Please sign in to comment.