Skip to content

Commit

Permalink
Merge pull request #82 from glotzerlab/pre-commit-ci-update-config
Browse files Browse the repository at this point in the history
[pre-commit.ci] pre-commit autoupdate
  • Loading branch information
joaander authored Jan 6, 2025
2 parents 02e8b57 + 2b9681b commit ba683f4
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 @@ -11,7 +11,7 @@ repos:
exclude: 'setup.cfg'
- id: debug-statements
- repo: https://github.com/asottile/pyupgrade
rev: 'v3.17.0'
rev: 'v3.19.1'
hooks:
- id: pyupgrade
args:
Expand All @@ -21,7 +21,7 @@ repos:
hooks:
- id: isort
- repo: https://github.com/psf/black
rev: '24.8.0'
rev: '24.10.0'
hooks:
- id: black
- repo: https://github.com/PyCQA/flake8
Expand All @@ -31,7 +31,7 @@ repos:
args:
- --max-line-length=100
- repo: https://github.com/nbQA-dev/nbQA
rev: 1.8.7
rev: 1.9.1
hooks:
- id: nbqa-pyupgrade
args:
Expand Down

0 comments on commit ba683f4

Please sign in to comment.