Skip to content

Commit

Permalink
pre-commit hooks auto-update (nilearn#3764)
Browse files Browse the repository at this point in the history
Co-authored-by: Remi-Gau <Remi-Gau@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and Remi-Gau committed Jun 19, 2023
1 parent 4506c44 commit 27bdc09
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ repos:
- id: flynt

- repo: https://github.com/asottile/pyupgrade
rev: v3.6.0
rev: v3.7.0
hooks:
- id: pyupgrade
args: [--py36-plus]
Expand All @@ -109,7 +109,7 @@ repos:
args: [--config=pyproject.toml, --verbose]

- repo: https://github.com/codespell-project/codespell
rev: v2.2.4
rev: v2.2.5
hooks:
- id: codespell
args: [--toml=pyproject.toml]
Expand Down

0 comments on commit 27bdc09

Please sign in to comment.