Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] committed May 27, 2024
1 parent ec2b3bd commit f93c0f5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,10 @@ lint.select = [
"W", # pycodestyle (warnings)
"YTT", # flake8-2020
]
lint.ignore = [
"COM812",
"ISC001",
]
lint.per-file-ignores."tests/*" = [
"S101",
]
Expand All @@ -91,7 +95,3 @@ lint.isort.required-imports = [
"from __future__ import annotations",
]
lint.pydocstyle.convention = "google"
lint.ignore = [
"COM812",
"ISC001",
]

0 comments on commit f93c0f5

Please sign in to comment.