Skip to content

Commit

Permalink
[pre-commit.ci] Updating git hooks. (#20)
Browse files Browse the repository at this point in the history
<!--pre-commit.ci start-->
updates:
- [github.com/astral-sh/ruff-pre-commit: v0.7.2 →
v0.8.1](astral-sh/ruff-pre-commit@v0.7.2...v0.8.1)
- [github.com/igorshubovych/markdownlint-cli: v0.42.0 →
v0.43.0](igorshubovych/markdownlint-cli@v0.42.0...v0.43.0)
<!--pre-commit.ci end-->
  • Loading branch information
Guts authored Dec 3, 2024
2 parents 5399dc0 + 7b8e6ff commit a3746a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ repos:
- "--py39-plus"

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: "v0.7.2"
rev: "v0.8.1"
hooks:
- id: ruff
args:
Expand Down Expand Up @@ -57,7 +57,7 @@ repos:
- --select=E9,F63,F7,F82

- repo: https://github.com/igorshubovych/markdownlint-cli
rev: v0.42.0
rev: v0.43.0
hooks:
- id: markdownlint
args:
Expand Down

0 comments on commit a3746a2

Please sign in to comment.