Skip to content

Commit

Permalink
give up and ignore the lint
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinheavey committed Feb 12, 2024
1 parent dcfd648 commit 38b8ab6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ select = [
"PLW",
"RUF",
]
ignore = ["D203"]
ignore = ["D203", "I001"]

# Exclude a variety of commonly ignored directories.
exclude = [
Expand Down

0 comments on commit 38b8ab6

Please sign in to comment.