Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
chore: use ruff for pygrep-hooks
  • Loading branch information
mkniewallner committed Jan 22, 2023
commit 84bafa104042f5b7e16d759cb066b4398b321ea6
5 changes: 0 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,3 @@ repos:
rev: "22.12.0"
hooks:
- id: black

- repo: https://github.com/pre-commit/pygrep-hooks
rev: "v1.10.0"
hooks:
- id: python-check-blanket-noqa
2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,8 @@ select = [
"B",
# flake8-simplify
"SIM",
# pygrep-hooks
"PGH",
# pyupgrade
"UP",
# ruff
Expand Down