Skip to content

Commit

Permalink
Merge pull request #78 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 Jul 2, 2024
2 parents b135ea6 + 557f018 commit 992c873
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@ ci:

repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: 'v4.5.0'
rev: 'v4.6.0'
hooks:
- id: end-of-file-fixer
exclude: 'setup.cfg'
- id: trailing-whitespace
exclude: 'setup.cfg'
- id: debug-statements
- repo: https://github.com/asottile/pyupgrade
rev: 'v3.15.1'
rev: 'v3.16.0'
hooks:
- id: pyupgrade
args:
Expand All @@ -21,17 +21,17 @@ repos:
hooks:
- id: isort
- repo: https://github.com/psf/black
rev: '24.2.0'
rev: '24.4.2'
hooks:
- id: black
- repo: https://github.com/PyCQA/flake8
rev: '7.0.0'
rev: '7.1.0'
hooks:
- id: flake8
args:
- --max-line-length=100
- repo: https://github.com/nbQA-dev/nbQA
rev: 1.7.1
rev: 1.8.5
hooks:
- id: nbqa-pyupgrade
args:
Expand Down

0 comments on commit 992c873

Please sign in to comment.