Skip to content

Commit

Permalink
Merge pull request #124 from legend-exp/pre-commit-ci-update-config
Browse files Browse the repository at this point in the history
chore: update pre-commit hooks
  • Loading branch information
sofia-calgaro authored Jul 4, 2023
2 parents ccf70d3 + 3c5ee82 commit 4177a9e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ repos:
- id: trailing-whitespace

- repo: https://github.com/asottile/setup-cfg-fmt
rev: "v2.3.0"
rev: "v2.4.0"
hooks:
- id: setup-cfg-fmt

Expand All @@ -34,7 +34,7 @@ repos:
- id: isort

- repo: https://github.com/asottile/pyupgrade
rev: "v3.4.0"
rev: "v3.8.0"
hooks:
- id: pyupgrade
args: ["--py38-plus"]
Expand All @@ -45,7 +45,7 @@ repos:
- id: black-jupyter

- repo: https://github.com/pre-commit/mirrors-mypy
rev: "v1.3.0"
rev: "v1.4.1"
hooks:
- id: mypy
files: src
Expand Down Expand Up @@ -83,7 +83,7 @@ repos:
stages: [manual]

- repo: https://github.com/codespell-project/codespell
rev: "v2.2.4"
rev: "v2.2.5"
hooks:
- id: codespell

Expand Down

0 comments on commit 4177a9e

Please sign in to comment.