Skip to content

Commit

Permalink
Merge branch 'master' into ssim_kernel_order
Browse files Browse the repository at this point in the history
  • Loading branch information
Borda authored Aug 25, 2021
2 parents 16127ee + 548a597 commit 3b0f104
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 @@ -37,7 +37,7 @@ repos:
- id: detect-private-key

- repo: https://github.com/asottile/pyupgrade
rev: v2.23.0
rev: v2.24.0
hooks:
- id: pyupgrade
args: [--py36-plus]
Expand All @@ -50,7 +50,7 @@ repos:
args: [--in-place, --wrap-summaries=115, --wrap-descriptions=120]

- repo: https://github.com/PyCQA/isort
rev: 5.9.2
rev: 5.9.3
hooks:
- id: isort
name: imports
Expand All @@ -63,7 +63,7 @@ repos:
name: Format code

- repo: https://github.com/executablebooks/mdformat
rev: 0.7.7
rev: 0.7.9
hooks:
- id: mdformat
additional_dependencies:
Expand Down

0 comments on commit 3b0f104

Please sign in to comment.