Skip to content

Commit

Permalink
LNT: Run pre-commit. [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
Taher Chegini committed Sep 14, 2024
1 parent 532dd1e commit b289321
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ classifiers = [
"Operating System :: OS Independent",
"Programming Language :: Python",
"Programming Language :: Python :: 3 :: Only",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
Expand Down Expand Up @@ -146,10 +145,10 @@ lint.ignore = [
"E501",
# conflict with ruff-formatter
"ISC001",
"PLR0913",
"PLR2004",
# specific pyright rules
"PGH003",
"PLR0913",
"PLR2004",
]

lint.per-file-ignores."tests/*.py" = [
Expand Down

0 comments on commit b289321

Please sign in to comment.