Skip to content

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
BradyPlanden authored Jul 11, 2024
1 parent b44bc25 commit bd3d59b
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 @@ -86,7 +86,7 @@ fix = true
[tool.ruff.lint]
select = [
"A", # flake8-builtins: Check for Python builtins being used as variables or parameters
"B", # flake8-bugbear: Find likely bugs and design problems in your program
"B", # flake8-bugbear: Find likely bugs and design problems
"E", # pycodestyle errors
"W", # pycodestyle warnings
"F", # pyflakes: Detect various errors by parsing the source file
Expand Down

0 comments on commit bd3d59b

Please sign in to comment.