Skip to content

Commit

Permalink
chore(pyproject: ruff): ignore pprint in maintenance scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
actionless committed May 11, 2024
1 parent 31ac90c commit 08a45c5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,7 @@ ignore = [
"S403",
"S404",
"T201",
"T203",
]
"maintenance_scripts/pikaman.py" = [
"ARG002",
Expand Down

0 comments on commit 08a45c5

Please sign in to comment.