Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#66)
Browse files Browse the repository at this point in the history
updates:
- [github.com/pre-commit/pre-commit-hooks: v4.5.0 → v4.6.0](pre-commit/pre-commit-hooks@v4.5.0...v4.6.0)
- [github.com/asottile/pyupgrade: v3.15.1 → v3.15.2](asottile/pyupgrade@v3.15.1...v3.15.2)
- [github.com/akaihola/darker: v2.0.0 → v2.1.1](akaihola/darker@v2.0.0...v2.1.1)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
pre-commit-ci[bot] authored May 7, 2024
1 parent 5cb63e8 commit b407807
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:
autofix_prs: false
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0
rev: v4.6.0
hooks:
# standard end of line/end of file cleanup
- id: mixed-line-ending
Expand All @@ -17,7 +17,7 @@ repos:
# catch git merge/rebase problems
- id: check-merge-conflict
- repo: https://github.com/asottile/pyupgrade
rev: v3.15.1
rev: v3.15.2
hooks:
- id: pyupgrade
args: ["--py37-plus"]
Expand All @@ -26,7 +26,7 @@ repos:
hooks:
- id: isort
- repo: https://github.com/akaihola/darker
rev: v2.0.0
rev: v2.1.1
hooks:
- id: darker
additional_dependencies: [black==22.10.0]
Expand Down

0 comments on commit b407807

Please sign in to comment.