Skip to content

Commit

Permalink
chore: Fix lint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] committed May 27, 2024
1 parent c6e4619 commit 8b92281
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -128,17 +128,18 @@ lint.select = [
"W",
"YTT",
]
lint.unfixable = [
# Don't touch unused imports
"F401",
]
lint.flake8-tidy-imports.ban-relative-imports = "all"
lint.ignore = [
# Conflict with the Ruff formatter
"COM812",
"ISC001",
]

lint.unfixable = [
# Don't touch unused imports
"F401",
]
lint.flake8-tidy-imports.ban-relative-imports = "all"

[tool.pyproject-fmt]
indent = 2
keep_full_version = true
Expand Down

0 comments on commit 8b92281

Please sign in to comment.