Skip to content

Commit e8e2828

Browse files
Update pyproject.toml
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent c273cf7 commit e8e2828

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,8 +91,8 @@ select = [
9191
"FA", # flake8-future-annotations - use modern annotations
9292
"ICN", # flake8-import-conventions - standard import aliases
9393
"PIE", # flake8-pie
94-
"PLE", # pyline equivents
95-
"PLW", # pyline equivents
94+
"PLE", # pylint equivalents
95+
"PLW", # pylint equivalents
9696
"PTH", # flake8-use-pathlib - prefer pathlib over os.path
9797
"PYI", # flake8-pyi
9898
"Q", # flake8-quotes

0 commit comments

Comments
 (0)