Skip to content

Commit

Permalink
ci: add pygrep-hooks and flake8-20202 checks
Browse files Browse the repository at this point in the history
  • Loading branch information
kenibrewer committed Feb 13, 2024
1 parent fbf4518 commit 3ab65b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ fix = true
[tool.ruff.lint]
select = [
# flake8-2020
# "YTT",
"YTT",
# flake8-bandit
# "S",
# flake8-bugbear
Expand All @@ -141,7 +141,7 @@ select = [
# pyflakes
"F",
# pygrep-hooks
# "PGH",
"PGH",
# pyupgrade
"UP",
# ruff
Expand Down

0 comments on commit 3ab65b5

Please sign in to comment.