Skip to content

Commit

Permalink
Merge pull request #73 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 e5b2f88 + 22a3719 commit 4909dc6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ 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'
Expand All @@ -16,7 +16,7 @@ repos:
- id: debug-statements
- id: requirements-txt-fixer
- repo: https://github.com/asottile/pyupgrade
rev: 'v3.15.2'
rev: 'v3.16.0'
hooks:
- id: pyupgrade
args:
Expand All @@ -28,11 +28,11 @@ repos:
args:
- --profile=black
- repo: https://github.com/psf/black
rev: '24.3.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:
Expand Down

0 comments on commit 4909dc6

Please sign in to comment.