Browse Source

Apply suggestions from code review

Co-authored-by: Motov Yurii <[email protected]>
pull/14867/head
Vladimir 5 months ago
committed by GitHub
parent
commit
232faf11d9
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 16
      pyproject.toml

16
pyproject.toml

@ -151,7 +151,7 @@ docs = [
] ]
docs-tests = [ docs-tests = [
"httpx >=0.23.0,<1.0.0", "httpx >=0.23.0,<1.0.0",
"ruff >=0.15.0", "ruff >=0.14.14",
] ]
github-actions = [ github-actions = [
"httpx >=0.27.0,<1.0.0", "httpx >=0.27.0,<1.0.0",
@ -495,13 +495,13 @@ show_contexts = true
[tool.ruff.lint] [tool.ruff.lint]
select = [ select = [
"E", # pycodestyle errors "E", # pycodestyle errors
"W", # pycodestyle warnings "W", # pycodestyle warnings
"F", # pyflakes "F", # pyflakes
"I", # isort "I", # isort
"B", # flake8-bugbear "B", # flake8-bugbear
"C4", # flake8-comprehensions "C4", # flake8-comprehensions
"UP", # pyupgrade "UP", # pyupgrade
"FURB" # refurb "FURB" # refurb
] ]
ignore = [ ignore = [

Loading…
Cancel
Save