Skip to content

Commit

Permalink
Autoupdate
Browse files Browse the repository at this point in the history
  • Loading branch information
mattwthompson committed Sep 13, 2024
1 parent c84b321 commit 4da4693
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 @@ -3,7 +3,7 @@ ci:
files: ^openff|(^examples/((?!deprecated).)*$)|^docs|(^utilities/((?!deprecated).)*$)
repos:
- repo: https://github.com/psf/black
rev: 24.4.2
rev: 24.8.0
hooks:
- id: black
- id: black-jupyter
Expand All @@ -12,7 +12,7 @@ repos:
hooks:
- id: isort
- repo: https://github.com/PyCQA/flake8
rev: 7.1.0
rev: 7.1.1
hooks:
- id: flake8
files: ^openff|(^utilities/((?!deprecated).)*$)
Expand All @@ -22,7 +22,7 @@ repos:
'flake8-bugbear',
]
- repo: https://github.com/nbQA-dev/nbQA
rev: 1.8.5
rev: 1.8.7
hooks:
- id: nbqa-pyupgrade
args:
Expand Down

0 comments on commit 4da4693

Please sign in to comment.