Skip to content

Commit

Permalink
ci: [pre-commit.ci] pre-commit autoupdate (#1230)
Browse files Browse the repository at this point in the history
<!--pre-commit.ci start-->
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/executablebooks/mdformat: 0.7.18 →
0.7.19](hukkin/mdformat@0.7.18...0.7.19)
<!--pre-commit.ci end-->

## Summary by Sourcery

CI:
- Update pre-commit hooks for 'ruff-pre-commit' from v0.8.2 to v0.8.3
and 'mdformat' from 0.7.18 to 0.7.19.

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Grzegorz Bokota <bokota+github@gmail.com>
  • Loading branch information
pre-commit-ci[bot] and Czaki authored Dec 17, 2024
1 parent cf4bdaf commit 4118e35
Show file tree
Hide file tree
Showing 4 changed files with 105 additions and 111 deletions.
1 change: 0 additions & 1 deletion .mdlrc

This file was deleted.

9 changes: 6 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,22 +17,25 @@ repos:
- id: debug-statements
- id: mixed-line-ending
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.8.2
rev: v0.8.3
hooks:
- id: ruff
- repo: https://github.com/pre-commit/pygrep-hooks
rev: v1.10.0
hooks:
- id: rst-backticks
- repo: https://github.com/executablebooks/mdformat
rev: 0.7.18 # Use the ref you want to point at
rev: 0.7.19 # Use the ref you want to point at
hooks:
- id: mdformat
exclude: TEST_FAIL_TEMPLATE.md|bug_report.md|feature_request.md
args: ["--number"]
additional_dependencies:
- mdformat-gfm
- mdformat-black
- mdformat-frontmatter
- mdformat-footnote
- mdformat-gfm-alerts
- mdformat-ruff
- mdformat-toc

- repo: https://github.com/pre-commit/mirrors-mypy
Expand Down
8 changes: 0 additions & 8 deletions build_utils/mdl_style.rb

This file was deleted.

Loading

0 comments on commit 4118e35

Please sign in to comment.