Skip to content

Commit

Permalink
Merge pull request #1188 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
tommy-waltmann committed Jan 5, 2024
2 parents 6f338eb + 4dc8f26 commit 355add4
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 @@ -62,11 +62,11 @@ repos:
args:
- --py36-plus
- repo: https://github.com/PyCQA/isort
rev: '5.12.0'
rev: '5.13.2'
hooks:
- id: isort
- repo: https://github.com/psf/black
rev: '23.11.0'
rev: '23.12.1'
hooks:
- id: black
- repo: https://github.com/PyCQA/flake8
Expand All @@ -83,7 +83,7 @@ repos:
hooks:
- id: cmake-format
- repo: https://github.com/pre-commit/mirrors-clang-format
rev: 'v17.0.5'
rev: 'v17.0.6'
hooks:
- id: clang-format
types_or: [c, c++]
Expand Down

0 comments on commit 355add4

Please sign in to comment.