Skip to content

Commit

Permalink
Upgrade Ruff settings
Browse files Browse the repository at this point in the history
  • Loading branch information
frankie567 committed Apr 3, 2024
1 parent 092fd68 commit 3c53ca4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[tool.ruff]
[tool.ruff.lint]
extend-select = ["I", "TRY"]
ignore = ["E501"]

Expand Down Expand Up @@ -38,12 +38,12 @@ test = "pytest"
test-cov-xml = "pytest --cov-report=xml"
lint = [
"ruff format .",
"ruff --fix .",
"ruff check --fix .",
"mypy httpx_oauth/",
]
lint-check = [
"ruff format --check .",
"ruff .",
"ruff check .",
"mypy httpx_oauth/",
]
docs = "mkdocs serve"
Expand Down

0 comments on commit 3c53ca4

Please sign in to comment.