Skip to content

Commit

Permalink
Remove pyupgrade and yesqa from pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
larrybradley committed Sep 9, 2024
1 parent 64727b5 commit c3d3197
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,13 +60,6 @@ repos:
- id: ruff
args: ["--fix", "--show-fixes"]

- repo: https://github.com/asottile/pyupgrade
rev: v3.17.0
hooks:
- id: pyupgrade
args: ["--py310-plus"]
exclude: ".*(extern.*)$"

- repo: https://github.com/scientific-python/cookie
rev: 2024.08.19
hooks:
Expand All @@ -85,11 +78,6 @@ repos:
- id: flake8
args: ["--ignore", "E501,W503"]

- repo: https://github.com/asottile/yesqa
rev: v1.5.0
hooks:
- id: yesqa

- repo: https://github.com/codespell-project/codespell
rev: v2.3.0
hooks:
Expand Down

0 comments on commit c3d3197

Please sign in to comment.