Skip to content

Commit

Permalink
Merge pull request #3430 from yt-project/pre-commit-ci-update-config
Browse files Browse the repository at this point in the history
  • Loading branch information
neutrinoceros authored Jul 13, 2021
2 parents aaaf4d0 + 54a6d04 commit 7adc079
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ repos:
- id: no-commit-to-branch
args: [--branch, main]
- repo: https://github.com/asottile/pyupgrade
rev: v2.20.0
rev: v2.21.0
hooks:
- id: pyupgrade
args: [--py36-plus]
Expand All @@ -38,7 +38,7 @@ repos:
- id: black
language_version: python3
- repo: https://github.com/PyCQA/isort
rev: '5.9.1'
rev: '5.9.2'
hooks:
- id: isort
name: isort (python)
Expand Down

0 comments on commit 7adc079

Please sign in to comment.