Skip to content

Commit

Permalink
Merge pull request #50 from SMI/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
rkm authored Oct 14, 2024
2 parents c283ff5 + 30765ba commit 46455a1
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 @@ -50,7 +50,7 @@ repos:
]
# Markdown
- repo: https://github.com/executablebooks/mdformat
rev: 0.7.17
rev: 0.7.18
hooks:
- id: mdformat
additional_dependencies:
Expand All @@ -64,7 +64,7 @@ repos:
- id: python-use-type-annotations
- id: python-no-log-warn
- repo: https://github.com/asottile/reorder-python-imports
rev: "v3.13.0"
rev: "v3.14.0"
hooks:
- id: reorder-python-imports
args: [--py310-plus]
Expand All @@ -73,7 +73,7 @@ repos:
hooks:
- id: add-trailing-comma
- repo: https://github.com/asottile/pyupgrade
rev: "v3.17.0"
rev: "v3.18.0"
hooks:
- id: pyupgrade
args: [--py310-plus]
Expand Down

0 comments on commit 46455a1

Please sign in to comment.