Skip to content

Commit

Permalink
pre-commit hooks auto-update (nilearn#4487)
Browse files Browse the repository at this point in the history
Co-authored-by: Remi-Gau <[email protected]>
  • Loading branch information
github-actions[bot] and Remi-Gau authored Jul 1, 2024
1 parent fd3a3bf commit 88be15f
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 @@ -77,7 +77,7 @@ repos:
# Apply black formatting to doc strings
- repo: https://github.com/adamchainz/blacken-docs
rev: 1.16.0
rev: 1.18.0
hooks:
- id: blacken-docs
additional_dependencies:
Expand Down Expand Up @@ -120,7 +120,7 @@ repos:
# flake8-functions checks functions quality: https://pypi.org/project/flake8-functions/
# flake8-bugbear detects some common bugs: https://github.com/PyCQA/flake8-bugbear
- repo: https://github.com/pyCQA/flake8
rev: 7.0.0
rev: 7.1.0
hooks:
- id: flake8
args: [--config, .flake8, --verbose, nilearn, examples, maint_tools]
Expand Down

0 comments on commit 88be15f

Please sign in to comment.