Skip to content

Commit

Permalink
chore: [pre-commit.ci] pre-commit autoupdate (#48)
Browse files Browse the repository at this point in the history
* Update pre-commit hooks:
   - github.com/asottile/pyupgrade: v3.3.1 → v3.8.0
   - github.com/codespell-project/codespell: v2.2.4 → v2.2.5
  • Loading branch information
pre-commit-ci[bot] authored Jul 5, 2023
1 parent 74aa26c commit e25e80d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ repos:
- id: trailing-whitespace

- repo: https://github.com/asottile/pyupgrade
rev: v3.3.1
rev: v3.8.0
hooks:
- id: pyupgrade

Expand All @@ -31,7 +31,7 @@ repos:
- id: black-jupyter

- repo: https://github.com/codespell-project/codespell
rev: v2.2.4
rev: v2.2.5
hooks:
- id: codespell
files: ^.*\.(py|md|rst)$
Expand All @@ -41,6 +41,6 @@ repos:
rev: 1.7.0
hooks:
- id: nbqa-pyupgrade
additional_dependencies: [pyupgrade==3.3.1]
additional_dependencies: [pyupgrade==3.8.0]
- id: nbqa-isort
additional_dependencies: [isort==5.11.4]

0 comments on commit e25e80d

Please sign in to comment.