Skip to content

Commit

Permalink
Update pre-commit hooks (#85)
Browse files Browse the repository at this point in the history
updates:
- [github.com/astral-sh/ruff-pre-commit: v0.8.2 → v0.8.3](astral-sh/ruff-pre-commit@v0.8.2...v0.8.3)
- [github.com/adamchainz/blacken-docs: 0bc601e0cc771b26b206a46d3b298ef951b43c7c → 1.19.1](adamchainz/blacken-docs@0bc601e...1.19.1)
- [github.com/executablebooks/mdformat: e4610eb89da7633170df4c298347558c914780d9 → 0.7.19](hukkin/mdformat@e4610eb...0.7.19)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
pre-commit-ci[bot] authored Dec 17, 2024
1 parent 9f084b9 commit 7659a11
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 @@ -9,7 +9,7 @@ repos:
- id: validate-pyproject

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.8.2
rev: v0.8.3
hooks:
- id: ruff
args: [--fix, --show-fixes]
Expand All @@ -28,13 +28,13 @@ repos:
- id: trailing-whitespace

- repo: https://github.com/adamchainz/blacken-docs
rev: 0bc601e0cc771b26b206a46d3b298ef951b43c7c # 1.19.1
rev: 1.19.1 # 1.19.1
hooks:
- id: blacken-docs
additional_dependencies:
- black==22.12.0

- repo: https://github.com/executablebooks/mdformat
rev: e4610eb89da7633170df4c298347558c914780d9 # 0.7.19
rev: 0.7.19 # 0.7.19
hooks:
- id: mdformat

0 comments on commit 7659a11

Please sign in to comment.