Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit suggestions
Browse files Browse the repository at this point in the history
updates:
- [github.com/asottile/pyupgrade: v3.9.0 → v3.11.0](asottile/pyupgrade@v3.9.0...v3.11.0)
- [github.com/psf/black: 23.7.0 → 23.9.1](psf/black@23.7.0...23.9.1)
- [github.com/executablebooks/mdformat: 0.7.16 → 0.7.17](executablebooks/mdformat@0.7.16...0.7.17)
- [github.com/astral-sh/ruff-pre-commit: v0.0.278 → v0.0.290](astral-sh/ruff-pre-commit@v0.0.278...v0.0.290)
  • Loading branch information
pre-commit-ci[bot] authored Sep 19, 2023
1 parent 20499a4 commit 85be6bd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ repos:
- id: detect-private-key

- repo: https://github.com/asottile/pyupgrade
rev: v3.9.0
rev: v3.11.0
hooks:
- id: pyupgrade
args: [--py37-plus]
Expand All @@ -45,13 +45,13 @@ repos:
- id: isort

- repo: https://github.com/psf/black
rev: 23.7.0
rev: 23.9.1
hooks:
- id: black
name: Black code

- repo: https://github.com/executablebooks/mdformat
rev: 0.7.16
rev: 0.7.17
hooks:
- id: mdformat
additional_dependencies:
Expand All @@ -69,7 +69,7 @@ repos:
- id: yesqa

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.0.278
rev: v0.0.290
hooks:
- id: ruff
args: ["--fix"]
Expand Down

0 comments on commit 85be6bd

Please sign in to comment.